mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-29 09:40:20 +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;
|
Fail;
|
||||||
End;
|
End;
|
||||||
MyStream:=true;
|
MyStream:=true;
|
||||||
|
{$ifdef HASAMIGA}
|
||||||
|
Flush;
|
||||||
|
{$endif}
|
||||||
end;
|
end;
|
||||||
|
|
||||||
constructor TResourceFile.LoadFile(AFileName: string);
|
constructor TResourceFile.LoadFile(AFileName: string);
|
||||||
|
Loading…
Reference in New Issue
Block a user