- Fixed bug #47029 (quoted_printable_decode() produces duplicate warning)

Patch by Andy wharmby
This commit is contained in:
Felipe Pena 2009-01-07 17:20:18 +00:00
parent 1e3e6cdf29
commit 90c059872d

View File

@ -203,7 +203,7 @@ PHP_FUNCTION(quoted_printable_decode)
int arg1_len, i = 0, j = 0, k;
if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &arg1, &arg1_len) == FAILURE) {
WRONG_PARAM_COUNT;
return;
}
if (arg1_len == 0) {