(uxnasm) Fixed issue with skipped last token in include
This commit is contained in:
parent
9564868464
commit
a74df86d06
|
@ -149,7 +149,8 @@ walkfile(FILE *f, Context *ctx)
|
||||||
else
|
else
|
||||||
return error_asm("Token too long");
|
return error_asm("Token too long");
|
||||||
}
|
}
|
||||||
return 1;
|
*cptr++ = 0;
|
||||||
|
return parse(token, f, ctx);
|
||||||
}
|
}
|
||||||
|
|
||||||
static char *
|
static char *
|
||||||
|
|
Loading…
Reference in New Issue