mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 04:59:33 +02:00
Fix compilation failure of tests/utils/dotest.pp
This commit is contained in:
parent
b1a47a5d7d
commit
a34b44b3b7
@ -1890,7 +1890,7 @@ var
|
||||
PPDir,LibraryName,LogSuffix,PPPrefix : string;
|
||||
Res : boolean;
|
||||
begin
|
||||
Res:=GetConfig(PPFile[current],Config);
|
||||
Res:=GetConfig('',PPFile[current],Config);
|
||||
TranslateConfig(Config);
|
||||
|
||||
if Res then
|
||||
|
Loading…
Reference in New Issue
Block a user