edink Wed Sep 11 19:10:58 2002 EDT
Modified files:
/php4/ext/standard filestat.c
Log:
My compiler likes it like this.
Index: php4/ext/standard/filestat.c
diff -u php4/ext/standard/filestat.c:1.107 php4/ext/standard/filestat.c:1.108
--- php4/ext/standard/filestat.c:1.107 Wed Sep 11 18:40:56 2002
+++ php4/ext/standard/filestat.c Wed Sep 11 19:10:58 2002
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: filestat.c,v 1.107 2002/09/11 22:40:56 sterling Exp $ */
+/* $Id: filestat.c,v 1.108 2002/09/11 23:10:58 edink Exp $ */
#include "php.h"
#include "safe_mode.h"
@@ -570,7 +570,7 @@
}
#ifndef PHP_WIN32
-#if VIRTUAL_DIR
+#ifdef VIRTUAL_DIR
do {
char *tmpname;
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php