LiFan
2024-07-24 00e49b7a6bcb68189ef0b6cfe8ee20c1a479579d
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{