fix for change in copydir function

This commit is contained in:
varada%netscape.com 1999-10-28 19:25:56 +00:00
Родитель ba2ca3a8f9
Коммит d8bb5d4605
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -14,7 +14,7 @@ int StartIB(CString parms)
CString destPath = root + "\\Configs\\" + config + "\\Output";
// Copy default installer files into config
CopyDir(fromPath, destPath);
CopyDir(fromPath, destPath,"NULL");
// Update config.ini with new content
CString inst_text1 = GetGlobal("InstallerScreenText1");