commit 8e8b179

Devine Lu Linvega  ·  2024-04-04 02:19:26 +0000 UTC
parent 364172f
(uxnasm) Fixed issue with skipped last token in include
1 files changed,  +2, -1
+2, -1
 1@@ -149,7 +149,8 @@ walkfile(FILE *f, Context *ctx)
 2 		else
 3 			return error_asm("Token too long");
 4 	}
 5-	return 1;
 6+	*cptr++ = 0;
 7+	return parse(token, f, ctx);
 8 }
 9 
10 static char *