MFH: add missing 'F' modified (noticed by Matt)

This commit is contained in:
Antony Dovgal 2006-12-06 14:47:36 +00:00
parent cf4c83dd2b
commit da53237f41

View File

@ -227,6 +227,9 @@ php_sprintf_appenddouble(char **buffer, int *pos,
if (precision) {
precision--;
}
case 'F':
fmt = 'f';
/* break is missing */
case 'E':
case 'f':
s = ap_php_conv_fp(fmt, number, 0, precision,