sniper Wed Jun 4 01:45:54 2003 EDT
Modified files:
/php4/ext/standard dir.c
Log:
No C++ comments and extra tabs.
Index: php4/ext/standard/dir.c
diff -u php4/ext/standard/dir.c:1.119 php4/ext/standard/dir.c:1.120
--- php4/ext/standard/dir.c:1.119 Tue Jun 3 07:01:16 2003
+++ php4/ext/standard/dir.c Wed Jun 4 01:45:54 2003
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: dir.c,v 1.119 2003/06/03 11:01:16 hholzgra Exp $ */
+/* $Id: dir.c,v 1.120 2003/06/04 05:45:54 sniper Exp $ */
/* {{{ includes/startup/misc */
@@ -401,10 +401,10 @@
}
#ifndef GLOB_NOMATCH
- // now catch the FreeBSD style of "no matches"
+ /* now catch the FreeBSD style of "no matches" */
if (!globbuf.gl_pathc) {
- array_init(return_value);
- return;
+ array_init(return_value);
+ return;
}
#endif
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php