shithub: scc

Download patch

ref: 73aec03ce3cfe7498d2dcf50bc740e4379a8611e
parent: e49dedd1f69232439b3823ec52334baf33734efe
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Sat Sep 9 17:12:40 EDT 2017

[as] Fix next() return code

--- a/as/parser.c
+++ b/as/parser.c
@@ -106,4 +106,5 @@
 	buff[n-1] = '\0';
 	if (extract(buff, linep) == 0)
 		goto repeat;
+	return 1;
 }