1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 19:23:22 +02:00

- MF43: Fixed weird types, this also makes it compile on IRIX again.

This commit is contained in:
Derick Rethans
2004-12-17 13:08:39 +00:00
parent e3b9e1e7f9
commit f1d4663bf3
+1 -1
View File
@@ -33,7 +33,7 @@ PHPAPI int
php_sprintf (char*s, const char* format, ...)
{
va_list args;
char *ret;
int ret;
va_start (args, format);
s[0] = '\0';