This commit is contained in:
putterman%netscape.com 1999-03-18 21:37:48 +00:00
Родитель 7555abc831
Коммит 42d19f0637
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1404,7 +1404,7 @@ nsGetMailFolderSeparator(nsString& result)
static char* gMailFolderSep = nsnull; // never freed static char* gMailFolderSep = nsnull; // never freed
if (gMailFolderSep == nsnull) { if (gMailFolderSep == nsnull) {
gMailFolderSep = PR_smprintf(".sbd%c", PR_GetDirectorySeparator()); gMailFolderSep = PR_smprintf(".sbd");
if (gMailFolderSep == nsnull) if (gMailFolderSep == nsnull)
return NS_ERROR_OUT_OF_MEMORY; return NS_ERROR_OUT_OF_MEMORY;
} }