зеркало из https://github.com/mozilla/pjs.git
r=bryner Fixed forgotten return code check for InitDB, caused crashes if init failed and processing continues.
Original committer: brettw%gmail.com Original revision: 1.39 Original date: 2005/12/15 23:38:11
This commit is contained in:
Родитель
11a92a364c
Коммит
52b1437fd3
|
@ -253,7 +253,8 @@ nsNavHistory::Init()
|
|||
|
||||
gExpandedItems.Init(128);
|
||||
|
||||
InitDB();
|
||||
rv = InitDB();
|
||||
NS_ENSURE_SUCCESS(rv, rv);
|
||||
//ImportFromMork();
|
||||
|
||||
// commonly used prefixes that should be chopped off all history and input
|
||||
|
|
Загрузка…
Ссылка в новой задаче