2
0
Эх сурвалжийг харах

* always return an error in SysUtils.FileSetAttr on WASI - this function is not supported by the WASI API

Nikolay Nikolov 4 жил өмнө
parent
commit
7f7c5785fc

+ 1 - 0
rtl/wasi/sysutils.pp

@@ -598,6 +598,7 @@ end;
 
 
 Function FileSetAttr (Const Filename : RawByteString; Attr: longint) : Longint;
 Function FileSetAttr (Const Filename : RawByteString; Attr: longint) : Longint;
 begin
 begin
+  Result:=-1;
 end;
 end;