Undoing portion of the last change

This commit is contained in:
shrutiv%netscape.com 2002-02-20 23:45:34 +00:00
Родитель 13c2c64b3c
Коммит c6fa4958e0
1 изменённых файлов: 0 добавлений и 5 удалений

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

@ -668,11 +668,6 @@ int ModifyHashedPref(CString HashedPrefsFile, CString PrefName, CString NewPrefV
}
else
{
CString dirPlainTextPrefs = PlainTextPrefsFile.Left(PlainTextPrefsFile.Find('/'));
if (GetFileAttributes(dirPlainTextPrefs) == -1)
// directory does not exist
_mkdir(dirPlainTextPrefs);
// Create a plain text prefs with only a comment.
CreateNewFile(PlainTextPrefsFile, "/* prefs configured in NCADM */\n");
}