FpDebug: fix compliation error when FPC<3.3.1

This commit is contained in:
rich2014 2024-03-24 23:57:04 +08:00
parent 560c6818f9
commit a528a5c515

View File

@ -115,7 +115,7 @@ begin
d.FileName := AFile;
d.FileWriteMode := FMODE[AnOverwrite];
{$ELSE}
Assert('SetRedirections not available');
Assert(False, 'SetRedirections not available');
{$ENDIF}
end;