bug fix: decode did not handle quotes within strings right
This commit is contained in:
parent
a142d31a56
commit
4cbff1975f
|
@ -90,7 +90,7 @@ put_scon(x, y)
|
|||
*q++ = *p++;
|
||||
}
|
||||
*q = '\0';
|
||||
_prnt("'%s'", buf);
|
||||
_prnt("'%s'", sbuf);
|
||||
}
|
||||
|
||||
put_ps(x)
|
||||
|
|
Loading…
Reference in a new issue