зеркало из https://github.com/mozilla/gecko-dev.git
Undoing portion of the last change
This commit is contained in:
Родитель
13c2c64b3c
Коммит
c6fa4958e0
|
@ -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");
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче