mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 13:08:49 +02:00
+ Fixed readsectionvalues call
git-svn-id: trunk@53 -
This commit is contained in:
parent
8994c6362c
commit
d52d586456
@ -655,9 +655,8 @@ begin
|
||||
oSection := FSectionList.SectionByName(Section);
|
||||
if oSection <> nil then with oSection.KeyList do
|
||||
for i := 0 to Count-1 do begin
|
||||
s := Items[i].Value;
|
||||
if s > '' then
|
||||
Strings.Add(s);
|
||||
s := Items[i].Ident+Separator+Items[i].Value;
|
||||
Strings.Add(s);
|
||||
end;
|
||||
finally
|
||||
Strings.EndUpdate;
|
||||
|
Loading…
Reference in New Issue
Block a user