- Where did my backslash vanish?

This commit is contained in:
Marcus Boerger 2005-08-14 20:12:51 +00:00
parent d0c6d77b9e
commit 5e298240d6

View File

@ -128,7 +128,7 @@
#define INS_STRING(unicode, s_uni, xbuf, s, slen) \
do { \
if (unicode) {
if (unicode) { \
size_t newlen, p, sz = 2*(slen); \
smart_str_alloc(xbuf, (sz), 0); \
if (s_uni) { \