ide: quote fpc error message file

This commit is contained in:
mattias 2025-01-21 11:01:24 +01:00
parent fe08ba3b2f
commit 6617adc7a1

View File

@ -975,7 +975,7 @@ begin
AppendPathDelim(EnvironmentOptions.GetParsedLazarusDirectory)+
GetForcedPathDelims('components/codetools/fpc.errore.msg');
CodeToolBoss.CompilerDefinesCache.ExtraOptions:=
'-Fr'+CodeToolBoss.DefinePool.EnglishErrorMsgFilename;
AnsiQuotedStr('-Fr'+CodeToolBoss.DefinePool.EnglishErrorMsgFilename,'"');
end;
end;