mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-02 11:10:36 +02:00
amiga-m68k: minimal tweaks and formatting to the dos unit
git-svn-id: trunk@44416 -
This commit is contained in:
parent
375cc2b443
commit
3031a4da31
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user