mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-09 16:55:55 +02:00
lazutils: fixed TXMLConfig.IsLegacyList
git-svn-id: trunk@60695 -
This commit is contained in:
parent
f175271dc3
commit
3acfbb4dd2
@ -615,7 +615,7 @@ end;
|
||||
|
||||
function TXMLConfig.IsLegacyList(const APath: string): Boolean;
|
||||
begin
|
||||
Result := GetValue(APath+'Count',-1)>1;
|
||||
Result := GetValue(APath+'Count',-1)>=0;
|
||||
end;
|
||||
|
||||
function TXMLConfig.ExtendedToStr(const e: extended): string;
|
||||
|
Loading…
Reference in New Issue
Block a user