mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-04 13:07:52 +00:00
BugZilla #1473
This commit is contained in:
parent
b3039514cf
commit
927374761c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user