From: foobar Date: Fri, 5 Jul 2002 18:33:03 +0000 (+0000) Subject: MFH X-Git-Tag: php-4.2.3RC1~80 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=60cf7403e0d6701074e8e93b1668febae63207c7;p=php MFH --- diff --git a/main/rfc1867.c b/main/rfc1867.c index 52b297ff07..6857a92e12 100644 --- a/main/rfc1867.c +++ b/main/rfc1867.c @@ -452,7 +452,7 @@ static char *substring_conf(char *start, int len, char quote TSRMLS_DC) } else { *resp++ = start[i]; #if HAVE_MBSTRING - if (mbstr_is_mb_leadbyte(start+i) TSRMLS_CC){ + if (mbstr_is_mb_leadbyte(start+i TSRMLS_CC)) { *resp++ = start[++i]; } #endif