iliaa Tue Feb 10 14:21:27 2009 UTC
Modified files: (Branch: PHP_5_3)
/php-src/main/streams plain_wrapper.c
Log:
MFB: typo fix
http://cvs.php.net/viewvc.cgi/php-src/main/streams/plain_wrapper.c?r1=1.52.2.6.2.23.2.11&r2=1.52.2.6.2.23.2.12&diff_format=u
Index: php-src/main/streams/plain_wrapper.c
diff -u php-src/main/streams/plain_wrapper.c:1.52.2.6.2.23.2.11
php-src/main/streams/plain_wrapper.c:1.52.2.6.2.23.2.12
--- php-src/main/streams/plain_wrapper.c:1.52.2.6.2.23.2.11 Tue Feb 10
14:18:46 2009
+++ php-src/main/streams/plain_wrapper.c Tue Feb 10 14:21:27 2009
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: plain_wrapper.c,v 1.52.2.6.2.23.2.11 2009/02/10 14:18:46 iliaa Exp $ */
+/* $Id: plain_wrapper.c,v 1.52.2.6.2.23.2.12 2009/02/10 14:21:27 iliaa Exp $ */
#include "php.h"
#include "php_globals.h"
@@ -1392,7 +1392,7 @@
goto stream_skip;
}
if (snprintf(trypath, MAXPATHLEN, "%s/%s", ptr, filename) >
MAXPATHLEN) {
- php_error_docref(NULL TSRMLS_CC, E_NOTICE, "%s/%s path
was truncated to %file", ptr, filename, MAXPATHLEN);
+ php_error_docref(NULL TSRMLS_CC, E_NOTICE, "%s/%s path
was truncated to %d", ptr, filename, MAXPATHLEN);
}
if (((options & STREAM_DISABLE_OPEN_BASEDIR) == 0) &&
php_check_open_basedir_ex(trypath, 0 TSRMLS_CC)) {
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php