From: ceriel Date: Tue, 21 Apr 1987 19:34:52 +0000 (+0000) Subject: bug fix: decode did not handle quotes within strings right X-Git-Tag: release-5-5~4190 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=4cbff1975ffc6cf84bdd7168653c62aeebe7ee8e;p=ack.git bug fix: decode did not handle quotes within strings right --- diff --git a/modules/src/em_code/e/em.c b/modules/src/em_code/e/em.c index 6d78411d3..5029dc160 100644 --- a/modules/src/em_code/e/em.c +++ b/modules/src/em_code/e/em.c @@ -90,7 +90,7 @@ put_scon(x, y) *q++ = *p++; } *q = '\0'; - _prnt("'%s'", buf); + _prnt("'%s'", sbuf); } put_ps(x)