diff options
author | Markus Fischer <mfischer@php.net> | 2001-12-21 12:57:17 +0000 |
---|---|---|
committer | Markus Fischer <mfischer@php.net> | 2001-12-21 12:57:17 +0000 |
commit | ba1d89b386a756f780bd97f593fba9683ea7d4f6 (patch) | |
tree | 7dda8dc9ecebca514d1261d4b7d66ba78c25a1e3 | |
parent | e5c08b815fcdf26be824843dc8d660fd02438937 (diff) | |
download | php-git-ba1d89b386a756f780bd97f593fba9683ea7d4f6.tar.gz |
- Typo.
-rwxr-xr-x | ext/mailparse/mailparse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mailparse/mailparse.c b/ext/mailparse/mailparse.c index 27b1549409..bbec4f7efe 100755 --- a/ext/mailparse/mailparse.c +++ b/ext/mailparse/mailparse.c @@ -188,7 +188,7 @@ PHP_FUNCTION(mailparse_uudecode_all) outfp = php_open_temporary_file(NULL, "mailparse", &outpath TSRMLS_CC); if (outfp == NULL) { - zend_error(E_WARNING, "%s(): unable to open temp file", get_active_function_name(TSRMLS_CC)); + zend_error(E_WARNING, "%s(): unable to open temp file", get_active_function_name(TSRMLS_C)); RETURN_FALSE; } |