Procházet zdrojové kódy

Fix compilation failure of tests/utils/dotest.pp

Pierre Muller před 8 měsíci
rodič
revize
a34b44b3b7
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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