]> granicus.if.org Git - php/commitdiff
Fixed typo
authorIlia Alshanetsky <iliaa@php.net>
Tue, 10 Feb 2009 14:21:10 +0000 (14:21 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Tue, 10 Feb 2009 14:21:10 +0000 (14:21 +0000)
main/streams/plain_wrapper.c

index b2efa93f758496b6428a9eaa094d9e8e62b08721..0452d568df4a784192224189966013e9aae215ef 100644 (file)
@@ -1388,7 +1388,7 @@ not_relative_path:
                        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)) {