ソースを参照

Fix compilation failure of tests/utils/dotest.pp

Pierre Muller 8 ヶ月 前
コミット
a34b44b3b7
1 ファイル変更1 行追加1 行削除
  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