dsp Fri Oct 5 11:43:09 2007 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/spl spl_directory.c
Log:
WS fix. Space instead of tab.
http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_directory.c?r1=1.45.2.27.2.23.2.3&r2=1.45.2.27.2.23.2.4&diff_format=u
Index: php-src/ext/spl/spl_directory.c
diff -u php-src/ext/spl/spl_directory.c:1.45.2.27.2.23.2.3
php-src/ext/spl/spl_directory.c:1.45.2.27.2.23.2.4
--- php-src/ext/spl/spl_directory.c:1.45.2.27.2.23.2.3 Fri Oct 5 09:37:17 2007
+++ php-src/ext/spl/spl_directory.c Fri Oct 5 11:43:09 2007
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: spl_directory.c,v 1.45.2.27.2.23.2.3 2007/10/05 09:37:17 dsp Exp $ */
+/* $Id: spl_directory.c,v 1.45.2.27.2.23.2.4 2007/10/05 11:43:09 dsp Exp $ */
#ifdef HAVE_CONFIG_H
# include "config.h"
@@ -323,7 +323,7 @@
if (!file_path || !file_path_len) {
#if defined(PHP_WIN32)
zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC,
"Cannot create SplFileInfo for empty path");
- if (file_path && !use_copy) {
+ if (file_path && !use_copy) {
efree(file_path);
}
return NULL;
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php