]> granicus.if.org Git - php/commitdiff
Fixed compile warning.
authorIlia Alshanetsky <iliaa@php.net>
Tue, 28 Jan 2003 17:46:47 +0000 (17:46 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Tue, 28 Jan 2003 17:46:47 +0000 (17:46 +0000)
ext/hyperwave/hw.c

index a80587b2e0b8a52af4c80cd6a3b61aa99b4f7fed..0908abd7ab378bafc947663796b56666d0306334 100644 (file)
@@ -2882,8 +2882,7 @@ PHP_FUNCTION(hw_new_document_from_file)
        convert_to_string_ex(arg1);
        convert_to_string_ex(arg2);
 
-       stream = php_stream_open_wrapper(Z_STRVAL_PP(arg2), "r", use_include_path|ENFORCE_SAFE_MODE|REPORT_ERRORS,
-                       NULL TSRMLS_CC);
+       stream = php_stream_open_wrapper(Z_STRVAL_PP(arg2), "r", use_include_path|ENFORCE_SAFE_MODE|REPORT_ERRORS, NULL);
 
        if (stream == NULL)     {
                RETURN_FALSE;