FileErase bugfix
This commit is contained in:
parent
cb53e34e2d
commit
a0bafcb2d4
|
@ -374,7 +374,8 @@ Var
|
|||
Begin
|
||||
Assign (F, Str);
|
||||
SetFAttr (F, Archive);
|
||||
Erase (F);
|
||||
|
||||
{$I-} Erase (F); {$I+}
|
||||
|
||||
Result := (IoResult = 0);
|
||||
End;
|
||||
|
|
Loading…
Reference in New Issue