Browse Source

Fix compilation failure of tests/utils/dotest.pp

Pierre Muller 6 months ago
parent
commit
a34b44b3b7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/utils/dotest.pp

+ 1 - 1
tests/utils/dotest.pp

@@ -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