mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 17:48:01 +02:00
Amiga: fix fp.dsk saving
git-svn-id: trunk@35399 -
This commit is contained in:
parent
c3e50a36cc
commit
8e123e7b37
@ -780,6 +780,9 @@ begin
|
||||
Fail;
|
||||
End;
|
||||
MyStream:=true;
|
||||
{$ifdef HASAMIGA}
|
||||
Flush;
|
||||
{$endif}
|
||||
end;
|
||||
|
||||
constructor TResourceFile.LoadFile(AFileName: string);
|
||||
|
Loading…
Reference in New Issue
Block a user