mirror of
https://github.com/php/php-src.git
synced 2026-04-28 10:43:30 +02:00
- silent compiler warning
This commit is contained in:
+1
-1
@@ -219,7 +219,7 @@ PHPAPI int _php_stream_cast(php_stream *stream, int castas, void **ret, int show
|
||||
if (ret != SUCCESS) {
|
||||
php_stream_close(newstream);
|
||||
} else {
|
||||
int retcode = php_stream_cast(newstream, castas | flags, ret, show_err);
|
||||
int retcode = php_stream_cast(newstream, castas | flags, (void**)ret, show_err);
|
||||
|
||||
if (retcode == SUCCESS)
|
||||
rewind(*(FILE**)ret);
|
||||
|
||||
Reference in New Issue
Block a user