mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 01:59:18 +02:00
* Merging revisions r42795 from trunk:
------------------------------------------------------------------------ r42795 | michael | 2019-08-24 11:56:58 +0200 (Sat, 24 Aug 2019) | 1 line * Small cosmetic improvement to output ------------------------------------------------------------------------ git-svn-id: branches/fixes_3_2@42856 -
This commit is contained in:
parent
4e5b29cb58
commit
15a627acea
@ -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