bug fix: decode did not handle quotes within strings right
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user