From 76766f2d31d5e47703bb887d79fe1025cf8928e1 Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Thu, 1 Jul 2004 04:43:29 +0000 Subject: [PATCH] That hashtable should never have been an argument.... --- ext/cpdf/cpdf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/cpdf/cpdf.c b/ext/cpdf/cpdf.c index f6162b2efc..4c872d7cbd 100644 --- a/ext/cpdf/cpdf.c +++ b/ext/cpdf/cpdf.c @@ -726,7 +726,7 @@ PHP_FUNCTION(cpdf_set_font) int id, type; CPDFdoc *pdf; - if (ZEND_NUM_ARGS() != 4 || zend_get_parameters_ex(ht, 4, &arg1, &arg2, &arg3, &arg4) == FAILURE) { + if (ZEND_NUM_ARGS() != 4 || zend_get_parameters_ex(4, &arg1, &arg2, &arg3, &arg4) == FAILURE) { WRONG_PARAM_COUNT; } -- 2.40.0