зеркало из https://github.com/mozilla/pjs.git
Bug 283356 : nsPSPrinters.cpp compile error: implicit declaration of function `int strcasecmp(...)', patch by Max Feil <mfeil@qnx.com>, r=kherron, sr=tor
This commit is contained in:
Родитель
4a443fd242
Коммит
74b5cbfdaa
|
@ -80,7 +80,7 @@ PRBool
|
|||
nsPSPrinterList::Enabled()
|
||||
{
|
||||
const char *val = PR_GetEnv("MOZILLA_POSTSCRIPT_ENABLED");
|
||||
if (val && (val[0] == '0' || !strcasecmp(val, "false")))
|
||||
if (val && (val[0] == '0' || !PL_strcasecmp(val, "false")))
|
||||
return PR_FALSE;
|
||||
|
||||
// is the PS module enabled?
|
||||
|
|
Загрузка…
Ссылка в новой задаче