summaryrefslogtreecommitdiff
path: root/php3_sprintf.c
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>1999-08-02 19:17:14 +0000
committerZeev Suraski <zeev@php.net>1999-08-02 19:17:14 +0000
commit3cb1eb047187d53688545ae6f64d4df880298e72 (patch)
tree7fb20f178b9df5a33a83a2b7537f5614910697c0 /php3_sprintf.c
parent07e0885519ccabbd9cebfce7223be657171a6629 (diff)
downloadphp-git-3cb1eb047187d53688545ae6f64d4df880298e72.tar.gz
Removed '3' from key functions in PHP (maintained compatibility through
php3_compat.h)
Diffstat (limited to 'php3_sprintf.c')
-rw-r--r--php3_sprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/php3_sprintf.c b/php3_sprintf.c
index e49e668d01..24b9bf15fd 100644
--- a/php3_sprintf.c
+++ b/php3_sprintf.c
@@ -25,7 +25,7 @@
#if BROKEN_SPRINTF
int
-_php3_sprintf (char*s, const char* format, ...)
+php_sprintf (char*s, const char* format, ...)
{
va_list args;
char *ret;