LiFan
2024-08-02 7d1b1e02a8b3598699080375b7041683bc2e106e
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{