wez Thu Feb 13 06:12:57 2003 EDT
Modified files:
/php4/main streams.c
Log:
Whitespace-fix these goto labels.
Index: php4/main/streams.c
diff -u php4/main/streams.c:1.146 php4/main/streams.c:1.147
--- php4/main/streams.c:1.146 Wed Feb 12 20:17:45 2003
+++ php4/main/streams.c Thu Feb 13 06:12:56 2003
@@ -20,7 +20,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: streams.c,v 1.146 2003/02/13 01:17:45 wez Exp $ */
+/* $Id: streams.c,v 1.147 2003/02/13 11:12:56 wez Exp $ */
#define _GNU_SOURCE
#include "php.h"
@@ -1663,7 +1663,7 @@
* safe mode GID/UID checks
*/
- not_relative_path:
+not_relative_path:
/* Absolute path open */
if (IS_ABSOLUTE_PATH(filename, filename_length)) {
@@ -1775,7 +1775,7 @@
}
stream = php_stream_fopen_rel(trypath, mode, opened_path, options);
if (stream) {
- stream_done:
+stream_done:
efree(pathbuf);
return stream;
}
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php