mirror of
https://github.com/MetaCubeX/subconverter.git
synced 2025-11-04 18:19:42 +08:00
Fix bad implementation of tribool
This commit is contained in:
parent
9f67b9051c
commit
d982e060ef
@ -207,7 +207,7 @@ public:
|
|||||||
{
|
{
|
||||||
if(_M_VALUE <= 1)
|
if(_M_VALUE <= 1)
|
||||||
return def_value;
|
return def_value;
|
||||||
return _M_VALUE;
|
return _M_VALUE == 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string get_str()
|
std::string get_str()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user