fix compilation

This commit is contained in:
Daniel Beulshausen 2001-06-09 09:30:42 +00:00
parent 6ebd6f956c
commit bdcff9817b

View File

@ -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())