mirror of
https://github.com/asdlokj1qpi233/subconverter.git
synced 2025-10-28 04:12:49 +00:00
Fix bad implementation of tribool
This commit is contained in:
@@ -207,7 +207,7 @@ public:
|
||||
{
|
||||
if(_M_VALUE <= 1)
|
||||
return def_value;
|
||||
return _M_VALUE;
|
||||
return _M_VALUE == 3;
|
||||
}
|
||||
|
||||
std::string get_str()
|
||||
|
||||
Reference in New Issue
Block a user