瀏覽代碼

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