diff options
| author | Ilia Alshanetsky <iliaa@php.net> | 2002-12-11 20:04:23 +0000 |
|---|---|---|
| committer | Ilia Alshanetsky <iliaa@php.net> | 2002-12-11 20:04:23 +0000 |
| commit | 2ab549c5f2489135ec9228c84c8166c827203378 (patch) | |
| tree | 49edc4eeadbff51b9e8c6379e2a1fda5a6c94cb8 /ext/fdf | |
| parent | c194d9333db2ed24733e69d0044ab7e97c77d600 (diff) | |
| download | php-git-2ab549c5f2489135ec9228c84c8166c827203378.tar.gz | |
Added missing &.
Diffstat (limited to 'ext/fdf')
| -rw-r--r-- | ext/fdf/fdf.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
