From: Daniel Beulshausen Date: Thu, 4 Oct 2001 20:14:17 +0000 (+0000) Subject: fix macro X-Git-Tag: PRE_PARAMETER_PARSING_API~79 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c4ee7a403ee8b8160591f0beb5d4badb2276368a;p=php fix macro --- diff --git a/ext/sablot/sablot.c b/ext/sablot/sablot.c index db07139f2f..938f5dd5a7 100644 --- a/ext/sablot/sablot.c +++ b/ext/sablot/sablot.c @@ -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);