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:
+1
-1
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user