]> granicus.if.org Git - php/commitdiff
This is not needed here.
authorWez Furlong <wez@php.net>
Sat, 16 Nov 2002 16:13:25 +0000 (16:13 +0000)
committerWez Furlong <wez@php.net>
Sat, 16 Nov 2002 16:13:25 +0000 (16:13 +0000)
main/streams.c

index e3e3ca50f701ba3d0bc2ae0fc11c032d24334907..f6c41fcdd8246ffdec7afe6692d619e5f809965b 100755 (executable)
@@ -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);