From: Pierre Joye Date: Wed, 1 Sep 2010 10:16:48 +0000 (+0000) Subject: - WS X-Git-Tag: php-5.4.0alpha1~191^2~1011 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ada5423308fee70152963cebf0fff4f408454de9;p=php - WS --- diff --git a/main/streams/plain_wrapper.c b/main/streams/plain_wrapper.c index 8009975762..2fc0e8989a 100644 --- a/main/streams/plain_wrapper.c +++ b/main/streams/plain_wrapper.c @@ -1117,7 +1117,7 @@ static int php_plain_files_rename(php_stream_wrapper *wrapper, char *url_from, c #else php_error_docref2(NULL TSRMLS_CC, url_from, url_to, E_WARNING, "%s", strerror(errno)); #endif - return 0; + return 0; } /* Clear stat cache (and realpath cache) */ @@ -1199,7 +1199,7 @@ static int php_plain_files_mkdir(php_stream_wrapper *wrapper, char *dir, int mod if (*p == '\0') { *p = DEFAULT_SLASH; if ((*(p+1) != '\0') && - (ret = VCWD_MKDIR(buf, (mode_t)mode)) < 0) { + (ret = VCWD_MKDIR(buf, (mode_t)mode)) < 0) { if (options & REPORT_ERRORS) { php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno)); }