xj qian
2024-08-05 19df926ceac02075e1c92b2e961a49e0385051cb
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{