bug fix: decode did not handle quotes within strings right
authorceriel <none@none>
Tue, 21 Apr 1987 19:34:52 +0000 (19:34 +0000)
committerceriel <none@none>
Tue, 21 Apr 1987 19:34:52 +0000 (19:34 +0000)
modules/src/em_code/e/em.c

index 6d78411..5029dc1 100644 (file)
@@ -90,7 +90,7 @@ put_scon(x, y)
                *q++ = *p++;
        }
        *q = '\0';
-       _prnt("'%s'", buf);
+       _prnt("'%s'", sbuf);
 }
 
 put_ps(x)