diff options
author | foobar <sniper@php.net> | 2005-12-05 22:54:01 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2005-12-05 22:54:01 +0000 |
commit | d0a54af4c5046aa0909d958b8b8247434f94f15c (patch) | |
tree | bbe37ec826392ec39bd5fad0ce1625623922588d /ext/standard/quot_print.c | |
parent | f20a62b1644abb3cd17bf2613252f14e84fa2ce2 (diff) | |
download | php-git-d0a54af4c5046aa0909d958b8b8247434f94f15c.tar.gz |
MFH: Nuke php3 legacy
Diffstat (limited to 'ext/standard/quot_print.c')
-rw-r--r-- | ext/standard/quot_print.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/quot_print.c b/ext/standard/quot_print.c index 77a1b53fc9..2de6360434 100644 --- a/ext/standard/quot_print.c +++ b/ext/standard/quot_print.c @@ -151,7 +151,7 @@ PHPAPI unsigned char *php_quot_print_decode(const unsigned char *str, size_t len Convert a quoted-printable string to an 8 bit string */ PHP_FUNCTION(quoted_printable_decode) { - pval **arg1; + zval **arg1; char *str_in, *str_out; int i = 0, j = 0, k; |