diff options
author | Alex Dupre <ale@FreeBSD.org> | 2009-03-06 10:08:35 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2009-03-06 10:08:35 +0000 |
commit | c99d0d73375c262760701431d7a9cd4e52beafbb (patch) | |
tree | 5a14e50c2b8f9b725257b480e595cad24063d575 /mail/php5-imap | |
parent | 2a025b77c3dfcc1a245f021047481c33794fe5c6 (diff) | |
download | ports-c99d0d73375c262760701431d7a9cd4e52beafbb.tar.gz ports-c99d0d73375c262760701431d7a9cd4e52beafbb.zip |
Notes
Diffstat (limited to 'mail/php5-imap')
-rw-r--r-- | mail/php5-imap/files/patch-php_imap.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/mail/php5-imap/files/patch-php_imap.c b/mail/php5-imap/files/patch-php_imap.c deleted file mode 100644 index 23ce39d82b1c..000000000000 --- a/mail/php5-imap/files/patch-php_imap.c +++ /dev/null @@ -1,11 +0,0 @@ ---- php_imap.c.orig 2008-12-30 11:06:18.000000000 +0100 -+++ php_imap.c 2008-12-30 11:06:56.000000000 +0100 -@@ -2172,7 +2172,7 @@ - - /* rfc822_parse_adrlist() modifies passed string. Copy it. */ - str_copy = estrndup(Z_STRVAL_PP(str), Z_STRLEN_PP(str)); -- rfc822_parse_adrlist(&env->to, str_copy, defaulthost); -+ rfc822_parse_adrlist(&env->to, str_copy, Z_STRVAL_PP(defaulthost)); - efree(str_copy); - - array_init(return_value); |