PoChecker: Fix PoFamilies.pp, ExtractFormatArgs function, issue #20964, Bart Broersma

git-svn-id: trunk@34415 -
This commit is contained in:
juha 2011-12-25 23:12:04 +00:00
parent 2d40e8a38c
commit b347fbbe04

View File

@ -135,7 +135,7 @@ const
function ExtractFormatArgs(S: String): String;
const
FormatSpecs = ['D','E','F','G','N','M','P','S','X'];
FormatSpecs = ['D','E','F','G','M','N','P','S','U','X'];
var
i,p: Integer;
InFormat: Boolean;