From: Ilia Alshanetsky Date: Wed, 11 Dec 2002 20:04:23 +0000 (+0000) Subject: Added missing &. X-Git-Tag: RELEASE_1_0b3~39 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2ab549c5f2489135ec9228c84c8166c827203378;p=php Added missing &. --- diff --git a/ext/fdf/fdf.c b/ext/fdf/fdf.c index 520fcae0ec..38ed5d87d1 100644 --- a/ext/fdf/fdf.c +++ b/ext/fdf/fdf.c @@ -1417,7 +1417,7 @@ PHP_FUNCTION(fdf_remove_item) { if(zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rsl", &r_fdf, &fieldname, &fieldname_len, - item + &item ) == FAILURE) { return;