OSDN Git Service

Fix a FormatFlagsConversionMismatchException bug I introduced in Froyo.
authorElliott Hughes <enh@google.com>
Sun, 28 Feb 2010 19:10:10 +0000 (11:10 -0800)
committerElliott Hughes <enh@google.com>
Sun, 28 Feb 2010 19:10:10 +0000 (11:10 -0800)
commita3bd410b30ae944d5033537357a0c01a56461e4d
treee62304eece5aac200780b0e739481c94b1448ae0
parentc85663a4856c476c4ead93bdf19e8a91b2d15e22
Fix a FormatFlagsConversionMismatchException bug I introduced in Froyo.

We want to show the characters representing the flags, not the decimal
values of their ASCII representation. "Use overloading judiciously",
as the man says, or cause errors like this.

Seen in FRE56B (see https://android-git.corp.google.com/g/42528).
libcore/luni/src/main/java/java/util/Formatter.java