pajoye Fri Sep 7 18:23:58 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard string.c Log: - #42592, remove ending dot in warning msg http://cvs.php.net/viewvc.cgi/php-src/ext/standard/string.c?r1=1.445.2.14.2.68&r2=1.445.2.14.2.69&diff_format=u Index: php-src/ext/standard/string.c diff -u php-src/ext/standard/string.c:1.445.2.14.2.68 php-src/ext/standard/string.c:1.445.2.14.2.69 --- php-src/ext/standard/string.c:1.445.2.14.2.68 Fri Sep 7 02:28:42 2007 +++ php-src/ext/standard/string.c Fri Sep 7 18:23:58 2007 @@ -18,7 +18,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: string.c,v 1.445.2.14.2.68 2007/09/07 02:28:42 iliaa Exp $ */ +/* $Id: string.c,v 1.445.2.14.2.69 2007/09/07 18:23:58 pajoye Exp $ */ /* Synced with php 3.0 revision 1.193 1999-06-16 [ssb] */ @@ -659,7 +659,7 @@ } if (linelength == 0 && docut) { - php_error_docref(NULL TSRMLS_CC, E_WARNING, "Can't force cut when width is zero."); + php_error_docref(NULL TSRMLS_CC, E_WARNING, "Can't force cut when width is zero"); RETURN_FALSE; }
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php