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