]> granicus.if.org Git - php/commitdiff
fix macro
authorDaniel Beulshausen <dbeu@php.net>
Thu, 4 Oct 2001 20:14:17 +0000 (20:14 +0000)
committerDaniel Beulshausen <dbeu@php.net>
Thu, 4 Oct 2001 20:14:17 +0000 (20:14 +0000)
ext/sablot/sablot.c

index db07139f2f4e9c30955838c8b9045f8bdcf7d4ac..938f5dd5a7a347360422ad36311d9529899c2c25 100644 (file)
@@ -1520,7 +1520,7 @@ static int _php_sablot_sh_getAll(void *userData, SablotHandle p, const char *sch
                                       argc,
                                       argv TSRMLS_CC) == FAILURE) {
                        php_error(E_WARNING, "Sorry couldn't call function, %s, with handler of type %s",
-                                 handle->getAllHZ_STRVAL_P(andler), "Scheme GetALL");
+                                 Z_STRVAL_P(handle->getAllHandler), "Scheme GetALL");
                }
 
                zval_dtor(retval);