]> granicus.if.org Git - php/commitdiff
Fixed typos.
authorIlia Alshanetsky <iliaa@php.net>
Wed, 15 Jan 2003 13:50:54 +0000 (13:50 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Wed, 15 Jan 2003 13:50:54 +0000 (13:50 +0000)
ext/interbase/interbase.c

index 08678dd03a9d6c9baa671c961b6e27c89bbfa98f..4183d033e37b94edcdfe2914b13d8f2a85dc6a43 100644 (file)
@@ -2697,7 +2697,7 @@ PHP_FUNCTION(ibase_blob_get)
 /* Close or Cancel created or Close open blob */
 static void _php_ibase_blob_end(INTERNAL_FUNCTION_PARAMETERS, int bl_end)
 {
-       zval *blob_arg;
+       zval **blob_arg;
        ibase_blob_handle *ib_blob;
 
        RESET_ERRMSG;
@@ -2823,7 +2823,7 @@ PHP_FUNCTION(ibase_blob_info)
    Output blob contents to browser */
 PHP_FUNCTION(ibase_blob_echo)
 {
-       zval *blob_arg;
+       zval **blob_arg;
        char bl_data[IBASE_BLOB_SEG];
        unsigned short seg_len;
        ibase_blob_handle *ib_blob_id;