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 7d8e0a9300
commit 84548ea2ec

View File

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