mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-03 20:30:55 +02:00
* Small cosmetic improvement to output
git-svn-id: trunk@42795 -
This commit is contained in:
parent
fa46441eb1
commit
c97ffc6658
@ -39,7 +39,7 @@ begin
|
|||||||
WriteLn(' ', lines[i]);
|
WriteLn(' ', lines[i]);
|
||||||
lines.Clear();
|
lines.Clear();
|
||||||
ini.ReadSectionRaw('main', lines);
|
ini.ReadSectionRaw('main', lines);
|
||||||
WriteLn('ReadSectionRaw (with comments, no invalid):');
|
WriteLn('ReadSectionRaw (svn c):');
|
||||||
for i:=0 to lines.Count-1 do
|
for i:=0 to lines.Count-1 do
|
||||||
WriteLn(' ', lines[i]);
|
WriteLn(' ', lines[i]);
|
||||||
lines.Clear();
|
lines.Clear();
|
||||||
|
Loading…
Reference in New Issue
Block a user