helly Tue Mar 6 01:00:51 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/mbstring/oniguruma regposerr.c Log: - There you go http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/oniguruma/regposerr.c?r1=1.3.4.2&r2=1.3.4.3&diff_format=u Index: php-src/ext/mbstring/oniguruma/regposerr.c diff -u php-src/ext/mbstring/oniguruma/regposerr.c:1.3.4.2 php-src/ext/mbstring/oniguruma/regposerr.c:1.3.4.3 --- php-src/ext/mbstring/oniguruma/regposerr.c:1.3.4.2 Tue Mar 6 00:56:42 2007 +++ php-src/ext/mbstring/oniguruma/regposerr.c Tue Mar 6 01:00:51 2007 @@ -76,7 +76,7 @@ s = ""; } else { - sprintf(tbuf, sizeof(tbuf), "undefined error code (%d)", posix_ecode); + sprintf(tbuf, "undefined error code (%d)", posix_ecode); s = tbuf; }
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php