From f12a4164a59ce93f34f3719a8ef117eb1a3a9fdc Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Tue, 14 Jan 2003 20:02:42 +0000 Subject: [PATCH] One more typo. --- 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 7041c151bf4..4bb9847d399 100644 --- a/ext/cpdf/cpdf.c +++ b/ext/cpdf/cpdf.c @@ -882,7 +882,7 @@ PHP_FUNCTION(cpdf_set_text_matrix) CPDF_FETCH_CPDFDOC(arg1); convert_to_array_ex(arg2); - matrix = Z_ARRVAL_P(arg2); + matrix = Z_ARRVAL_PP(arg2); if(zend_hash_num_elements(matrix) != 6) { php_error_docref(NULL TSRMLS_CC, E_WARNING, "Text matrix must have 6 elements");