fix: unable to parse false
This commit is contained in:
parent
d5b8e66ed3
commit
75797b5d5d
|
@ -476,6 +476,7 @@ int argo_read_false(ARGO_BASIC *b, FILE *f)
|
|||
c = argo_get_next_char(f);
|
||||
if (c == 's')
|
||||
{
|
||||
c = argo_get_next_char(f);
|
||||
if (c == 'e')
|
||||
{
|
||||
*b = ARGO_FALSE;
|
||||
|
|
Loading…
Reference in New Issue
Block a user