+ removed handle checkin fileclose

This commit is contained in:
michael 2000-03-22 20:00:54 +00:00
parent afc3469620
commit 853e75626b

View File

@ -62,8 +62,6 @@ end;
Procedure FileClose (Handle : Longint); Procedure FileClose (Handle : Longint);
begin begin
if Handle<=4 then
exit;
fdclose(Handle); fdclose(Handle);
end; end;
@ -285,7 +283,10 @@ end;
{ {
$Log$ $Log$
Revision 1.15 2000-02-17 22:16:05 sg Revision 1.16 2000-03-22 20:00:54 michael
+ removed handle checkin fileclose
Revision 1.15 2000/02/17 22:16:05 sg
* Changed the second argument of FileWrite from "var buffer" to * Changed the second argument of FileWrite from "var buffer" to
"const buffer", like in Delphi. "const buffer", like in Delphi.