From: Marcus Boerger Date: Sun, 14 Aug 2005 20:12:51 +0000 (+0000) Subject: - Where did my backslash vanish? X-Git-Tag: PRE_NEW_OCI8_EXTENSION~263 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5e298240d61375ca82e348561374ebe4ebabb5d7;p=php - Where did my backslash vanish? --- diff --git a/main/spprintf.c b/main/spprintf.c index e5743042f9..12b4fb843e 100644 --- a/main/spprintf.c +++ b/main/spprintf.c @@ -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) { \