amiga-m68k: minimal tweaks and formatting to the dos unit

git-svn-id: trunk@44416 -
This commit is contained in:
Károly Balogh 2020-03-30 00:40:20 +00:00
parent 375cc2b443
commit 3031a4da31

View File

@ -230,7 +230,7 @@ begin
dosSetProtection:=SetProtection(buffer,mask) <> 0; dosSetProtection:=SetProtection(buffer,mask) <> 0;
end; end;
function dosSetFileDate(name: string; p : PDateStamp): Boolean; function dosSetFileDate(const name: string; p : PDateStamp): Boolean;
var var
buffer : array[0..255] of Char; buffer : array[0..255] of Char;
begin begin