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

fix double character

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

View File

@ -449,7 +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++;
inp+=2;
break;
case T_VALUE:
/*outp += list_char(buf+outp, 'V');*/