From: Antony Dovgal Date: Mon, 25 Dec 2006 11:15:08 +0000 (+0000) Subject: fix #36392 in Unicode mode X-Git-Tag: RELEASE_1_0_0RC1~525 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ebfd8e9bf2dc92541ebea05181d3eed65c12e88c;p=php fix #36392 in Unicode mode --- diff --git a/ext/standard/formatted_print.c b/ext/standard/formatted_print.c index 11ea8454e1..c3882aaf40 100644 --- a/ext/standard/formatted_print.c +++ b/ext/standard/formatted_print.c @@ -482,9 +482,6 @@ php_u_sprintf_appenddouble(UChar **buffer, int *pos, switch (fmt) { case 0x65 /* 'e' */: - if (precision) { - precision--; - } case 0x45 /* 'E' */: case 0x46 /* 'F' */: case 0x66 /* 'f' */: