mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 17:19:32 +02:00
* ppudump: fixed reading of ibresource section
git-svn-id: trunk@41905 -
This commit is contained in:
parent
636ae5c01d
commit
0225a3a39a
@ -775,7 +775,7 @@ end;
|
||||
|
||||
Procedure ReadContainer(const prefix:string);
|
||||
{
|
||||
Read a serie of strings and write to the screen starting every line
|
||||
Read a series of strings and write to the screen starting every line
|
||||
with prefix
|
||||
}
|
||||
begin
|
||||
@ -3838,7 +3838,7 @@ begin
|
||||
|
||||
ibresources :
|
||||
if not silent then
|
||||
ReadLinkContainer('Resource file: ');
|
||||
ReadContainer('Resource file: ');
|
||||
|
||||
iberror :
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user