From: Daniel Beulshausen Date: Sat, 9 Jun 2001 09:30:42 +0000 (+0000) Subject: fix compilation X-Git-Tag: PRE_GRANULAR_GARBAGE_FIX~97 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bdcff9817b3ee162afa7574c4e96fb391fb35805;p=php fix compilation --- diff --git a/ext/interbase/interbase.c b/ext/interbase/interbase.c index f3ff1049f0..e39dfab7e8 100644 --- a/ext/interbase/interbase.c +++ b/ext/interbase/interbase.c @@ -2863,7 +2863,7 @@ PHP_FUNCTION(ibase_blob_import) RETURN_FALSE; } - what = zend_fetch_resource(arg1, -1, "File-Handle", &type, 2, php_file_le_fopen(), php_file_le_stream()); + what = zend_fetch_resource(file_arg, -1, "File-Handle", &type, 2, php_file_le_fopen(), php_file_le_stream()); ZEND_VERIFY_RESOURCE(what); if (type == php_file_le_fopen())