1
0
mirror of https://github.com/fachat/xa65.git synced 2025-01-19 08:30:03 +00:00

fix illegal memory access

This commit is contained in:
A. Fachat 2014-08-18 22:48:22 +02:00
parent c7477d2f1b
commit 9cc95b9813

View File

@ -449,6 +449,7 @@ int list_tokens(char *buf, signed char *input, int len) {
switch(input[inp]) {
case T_CAST:
outp += list_string(buf+outp, formatp->escape_char(input[inp+1]));
inp++;
break;
case T_VALUE:
/*outp += list_char(buf+outp, 'V');*/