summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2002-03-18 09:12:31 +0000
committerZeev Suraski <zeev@php.net>2002-03-18 09:12:31 +0000
commit8cb649d06d99fa28c4270394822a0b301af71e19 (patch)
tree7821b7e86046d5da4d13f898933485177af69844
parent68d2592f527b4d3d870589d93553c692d726ffec (diff)
downloadphp-git-8cb649d06d99fa28c4270394822a0b301af71e19.tar.gz
Make Sebastian happy
-rwxr-xr-xmain/streams.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/streams.c b/main/streams.c
index 6f5d8f1149..51bc75cc88 100755
--- a/main/streams.c
+++ b/main/streams.c
@@ -643,7 +643,7 @@ PHPAPI php_stream *_php_stream_fopen_with_path(char *filename, char *mode, char
if (PG(safe_mode) && (!php_checkuid(filename, mode, CHECKUID_CHECK_MODE_PARAM))) {
return NULL;
}
- return php_stream_fopen_rel(filename, mode, opened_path TSRMLS_CC);
+ return php_stream_fopen_rel(filename, mode, opened_path);
}
/*