mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
-compiler warning (missing data type)
This commit is contained in:
parent
966e1d450e
commit
76aa60d4e4
@ -361,7 +361,7 @@ ap_php_gcvt(double number, int ndigit, char *buf, boolean_e altform)
|
||||
{
|
||||
int sign, decpt;
|
||||
register char *p1, *p2;
|
||||
register i;
|
||||
register int i;
|
||||
char buf1[NDIG];
|
||||
|
||||
p1 = ap_php_ecvt(number, ndigit, &decpt, &sign, buf1);
|
||||
|
Loading…
Reference in New Issue
Block a user