diff options
Diffstat (limited to 'ext/mailparse/rfc2045.c')
-rwxr-xr-x | ext/mailparse/rfc2045.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mailparse/rfc2045.c b/ext/mailparse/rfc2045.c index ea61cfdb2b..d61d8ac9ba 100755 --- a/ext/mailparse/rfc2045.c +++ b/ext/mailparse/rfc2045.c @@ -1076,7 +1076,7 @@ void rfc2045_mimeinfo(const struct rfc2045 *p, const char **charset_s) { const char *c; - MAILPARSELS_FETCH(); + TSRMLS_FETCH(); *content_type_s=GETINFO(p->content_type, "text/plain"); *content_transfer_encoding_s=GETINFO(p->content_transfer_encoding, |