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:
parent
c7477d2f1b
commit
9cc95b9813
@ -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');*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user