mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 01:57:57 +02:00
PoChecker: Fix PoFamilies.pp, ExtractFormatArgs function, issue #20964, Bart Broersma
git-svn-id: trunk@34415 -
This commit is contained in:
parent
2d40e8a38c
commit
b347fbbe04
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user