зеркало из https://github.com/mozilla/pjs.git
another fix...
This commit is contained in:
Родитель
192b3c45c8
Коммит
2ef957fac7
|
@ -400,7 +400,7 @@ PRBool nsOEScanBoxes::Find50MailBoxes( nsIFileSpec* descFile)
|
|||
pEntry->child = 0;
|
||||
pEntry->type = 0;
|
||||
pEntry->sibling = -1;
|
||||
pEntry->mailName = (const char *) (pBytes + strOffset);
|
||||
pEntry->mailName.AssignWithConversion((const char *) (pBytes + strOffset));
|
||||
if (pFileName)
|
||||
pEntry->fileName = pFileName;
|
||||
AddChildEntry( pEntry, localStoreId);
|
||||
|
|
Загрузка…
Ссылка в новой задаче