зеркало из https://github.com/mozilla/pjs.git
fix the hardcoded value. don't panic, this is all temporary work anyways
This commit is contained in:
Родитель
4f91b59887
Коммит
b44a1dab62
|
@ -111,7 +111,7 @@ nsresult nsNewsDatabase::Open(nsFileSpec &newsgroupName, PRBool create, nsIMsgDa
|
||||||
newsDB->AddRef();
|
newsDB->AddRef();
|
||||||
|
|
||||||
/* sspitzer: temporary work, don't panic */
|
/* sspitzer: temporary work, don't panic */
|
||||||
err = newsDB->OpenMDB("/tmp/mozillamaildb", create);
|
err = newsDB->OpenMDB("/tmp/mozillanews/bar", create);
|
||||||
if (NS_SUCCEEDED(err)) {
|
if (NS_SUCCEEDED(err)) {
|
||||||
printf("newsDB->OpenMDB succeeded!\n");
|
printf("newsDB->OpenMDB succeeded!\n");
|
||||||
newsDB->PrePopulate();
|
newsDB->PrePopulate();
|
||||||
|
|
Загрузка…
Ссылка в новой задаче