bug fix: decode did not handle quotes within strings right

This commit is contained in:
ceriel 1987-04-21 19:34:52 +00:00
parent a142d31a56
commit 4cbff1975f

View file

@ -90,7 +90,7 @@ put_scon(x, y)
*q++ = *p++;
}
*q = '\0';
_prnt("'%s'", buf);
_prnt("'%s'", sbuf);
}
put_ps(x)