From: Zeev Suraski Date: Mon, 18 Mar 2002 09:12:31 +0000 (+0000) Subject: Make Sebastian happy X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~1278 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8cb649d06d99fa28c4270394822a0b301af71e19;p=php Make Sebastian happy --- 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); } /*