xj qian
2024-07-24 a7042deea556e6ac56f4849de2ec448b5aa0592f
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{