fix: unable to parse false

This commit is contained in:
Renge 2022-02-18 22:32:59 -05:00
parent d5b8e66ed3
commit 75797b5d5d

View File

@ -476,6 +476,7 @@ int argo_read_false(ARGO_BASIC *b, FILE *f)
c = argo_get_next_char(f); c = argo_get_next_char(f);
if (c == 's') if (c == 's')
{ {
c = argo_get_next_char(f);
if (c == 'e') if (c == 'e')
{ {
*b = ARGO_FALSE; *b = ARGO_FALSE;