]> granicus.if.org Git - php/commitdiff
Fixed compile warning.
authorIlia Alshanetsky <iliaa@php.net>
Fri, 24 Jan 2003 16:39:49 +0000 (16:39 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Fri, 24 Jan 2003 16:39:49 +0000 (16:39 +0000)
ext/hyperwave/hw.c

index e81c1d44e933f7b77b0726ac84eadb37963f69e9..0f35e101d1fac931f176d8f499b267a7bb2df936 100644 (file)
@@ -2733,8 +2733,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;