LiFan
2024-07-25 5442aa2a75d2f40287ebeecd0afb9d1576661603
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{