зеркало из https://github.com/mozilla/gecko-dev.git
Use .sbd not .sbd/
This commit is contained in:
Родитель
7555abc831
Коммит
42d19f0637
|
@ -1404,7 +1404,7 @@ nsGetMailFolderSeparator(nsString& result)
|
|||
static char* gMailFolderSep = nsnull; // never freed
|
||||
|
||||
if (gMailFolderSep == nsnull) {
|
||||
gMailFolderSep = PR_smprintf(".sbd%c", PR_GetDirectorySeparator());
|
||||
gMailFolderSep = PR_smprintf(".sbd");
|
||||
if (gMailFolderSep == nsnull)
|
||||
return NS_ERROR_OUT_OF_MEMORY;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче