wez Sat Nov 16 11:13:26 2002 EDT
Modified files: (Branch: PHP_4_3)
/php4/main streams.c
Log:
This is not needed here.
Index: php4/main/streams.c
diff -u php4/main/streams.c:1.125.2.3 php4/main/streams.c:1.125.2.4
--- php4/main/streams.c:1.125.2.3 Sat Nov 16 06:40:07 2002
+++ php4/main/streams.c Sat Nov 16 11:13:25 2002
@@ -20,7 +20,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: streams.c,v 1.125.2.3 2002/11/16 11:40:07 wez Exp $ */
+/* $Id: streams.c,v 1.125.2.4 2002/11/16 16:13:25 wez Exp $ */
#define _GNU_SOURCE
#include "php.h"
@@ -1845,7 +1845,7 @@
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);
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php