(uxnasm) Fixed issue with skipped last token in include
1 files changed, 2 insertions(+), 1 deletions(-) M src/uxnasm.c
M src/uxnasm.c => src/uxnasm.c +2 -1
@@ 149,7 149,8 @@ walkfile(FILE *f, Context *ctx) else return error_asm("Token too long"); } - return 1; + *cptr++ = 0; + return parse(token, f, ctx); } static char *