From: Wez Furlong Date: Sat, 16 Nov 2002 16:13:25 +0000 (+0000) Subject: This is not needed here. X-Git-Tag: php-4.3.0RC2~127 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f06e6a7802a6f545003eabecbe48be095acfb6ac;p=php This is not needed here. --- diff --git a/main/streams.c b/main/streams.c index e3e3ca50f7..f6c41fcdd8 100755 --- a/main/streams.c +++ b/main/streams.c @@ -1845,7 +1845,7 @@ PHPAPI int _php_stream_cast(php_stream *stream, int castas, void **ret, int show if (copied == 0) { php_stream_close(newstream); } else { - int retcode = php_stream_cast(newstream, castas | flags, ret, show_err TSRMLS_CC); + int retcode = php_stream_cast(newstream, castas | flags, ret, show_err); if (retcode == SUCCESS) rewind((FILE*)*ret);