commit 1746690c84c53d20b755ad7bbd7dd002b8e987b4 parent 3cfe5e81491c46ec77110bd2a05280cd1e10d237 Author: Roberto E. Vargas Caballero <k0ga@shike2.com> Date: Sat, 9 Sep 2017 21:12:40 +0200 [as] Fix next() return code Diffstat:
M | as/parser.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/as/parser.c b/as/parser.c @@ -106,4 +106,5 @@ repeat: buff[n-1] = '\0'; if (extract(buff, linep) == 0) goto repeat; + return 1; }