BugZilla #1473
This commit is contained in:
Родитель
ecbb1182ec
Коммит
2571b1f111
|
@ -196,7 +196,7 @@ void _PR_InitLog(void)
|
|||
}
|
||||
lm = lm->next;
|
||||
}
|
||||
if (NULL == lm) {
|
||||
if (( PR_FALSE == skip_modcheck) && (NULL == lm)) {
|
||||
#ifdef XP_PC
|
||||
char* str = PR_smprintf("Unrecognized NSPR_LOG_MODULE: %s=%d\n",
|
||||
module, level);
|
||||
|
|
|
@ -2499,7 +2499,7 @@ PRInt32 _MD_getopenfileinfo64(const PRFileDesc *fd, PRFileInfo64 *info)
|
|||
return rv;
|
||||
}
|
||||
|
||||
struct _MD_IOVector _md_iovector;
|
||||
struct _MD_IOVector _md_iovector = { open };
|
||||
|
||||
/*
|
||||
** These implementations are to emulate large file routines on systems that
|
||||
|
|
Загрузка…
Ссылка в новой задаче