summaryrefslogtreecommitdiff
path: root/ext/mailparse/mailparse.c
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2001-05-20 11:43:55 +0000
committerWez Furlong <wez@php.net>2001-05-20 11:43:55 +0000
commit8d6d3006e10da30139bbaff635ae16296f7c6a34 (patch)
tree50e12898628da3bf4c9b12b8af7453fa55198ad3 /ext/mailparse/mailparse.c
parent5b87add94b8020df7acdea07dfd8f111ecf2900d (diff)
downloadphp-git-8d6d3006e10da30139bbaff635ae16296f7c6a34.tar.gz
fixed a bug in mailparse_stream_encode which would default to a random encoding (usually base64)
# oops
Diffstat (limited to 'ext/mailparse/mailparse.c')
-rwxr-xr-xext/mailparse/mailparse.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/mailparse/mailparse.c b/ext/mailparse/mailparse.c
index f8d2514e38..78ec53f458 100755
--- a/ext/mailparse/mailparse.c
+++ b/ext/mailparse/mailparse.c
@@ -314,9 +314,6 @@ PHP_FUNCTION(mailparse_stream_encode)
);
RETURN_FALSE;
}
-
- convert_to_long_ex(encod);
- enc = Z_LVAL_PP(encod);
buf = emalloc(bufsize);
RETVAL_TRUE;