LiFan
2024-07-23 10841a693819b20a50a9a0d1bfc11669ca66c27d
update
已修改2个文件
2 ■■■ 文件已修改
jrj/project/business/PO/Maint.PurcherItem.cpp 补丁 | 查看 | 原始文档 | blame | 历史
jrj/xframe/src/xstring.cpp 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
jrj/project/business/PO/Maint.PurcherItem.cpp
Binary files differ
jrj/xframe/src/xstring.cpp
@@ -379,7 +379,7 @@
xstring::operator bool()
{
    return this->isEmpty();
    return !this->isEmpty();
}
const wchar_t* xstring::c_str(bool bclone) const{