mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-19 16:40:54 +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;
|
function ExtractFormatArgs(S: String): String;
|
||||||
const
|
const
|
||||||
FormatSpecs = ['D','E','F','G','N','M','P','S','X'];
|
FormatSpecs = ['D','E','F','G','M','N','P','S','U','X'];
|
||||||
var
|
var
|
||||||
i,p: Integer;
|
i,p: Integer;
|
||||||
InFormat: Boolean;
|
InFormat: Boolean;
|
||||||
|
Loading…
Reference in New Issue
Block a user