зеркало из https://github.com/mozilla/pjs.git
Fix build breakage for hangas.
This commit is contained in:
Родитель
c5131fd731
Коммит
fe1dc67b52
|
@ -35,7 +35,7 @@ NS_IMETHODIMP nsImapMailDatabase::Open(nsFileSpec &folderName, PRBool create, ns
|
||||||
PRBool summaryFileExists;
|
PRBool summaryFileExists;
|
||||||
struct stat st;
|
struct stat st;
|
||||||
PRBool newFile = PR_FALSE;
|
PRBool newFile = PR_FALSE;
|
||||||
nsLocalFolderSummarySpec summarySpec(folderName, create);
|
nsLocalFolderSummarySpec summarySpec(folderName);
|
||||||
|
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
printf("nsImapMailDatabase::Open(%s, %s, %p, %s) -> %s\n",
|
printf("nsImapMailDatabase::Open(%s, %s, %p, %s) -> %s\n",
|
||||||
|
|
Загрузка…
Ссылка в новой задаче