mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 12:18:03 +02:00
FpDebug: fix compliation error when FPC<3.3.1
This commit is contained in:
parent
560c6818f9
commit
a528a5c515
@ -115,7 +115,7 @@ begin
|
||||
d.FileName := AFile;
|
||||
d.FileWriteMode := FMODE[AnOverwrite];
|
||||
{$ELSE}
|
||||
Assert('SetRedirections not available');
|
||||
Assert(False, 'SetRedirections not available');
|
||||
{$ENDIF}
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user