diff options
Diffstat (limited to 'ext/mailparse/rfc2045acchk.c')
-rw-r--r-- | ext/mailparse/rfc2045acchk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mailparse/rfc2045acchk.c b/ext/mailparse/rfc2045acchk.c index 8fcd16dbaf..042c3ff593 100644 --- a/ext/mailparse/rfc2045acchk.c +++ b/ext/mailparse/rfc2045acchk.c @@ -15,7 +15,7 @@ int rfc2045_ac_check(struct rfc2045 *p, int rwmode) /* hasnon7bit: 8bit chars in this section or subsections */ const char *te; int is8bitte; - MAILPARSELS_FETCH(); + TSRMLS_FETCH(); for (c=p->firstpart; c; c=c->next) if (!c->isdummy) |