зеркало из https://github.com/mozilla/pjs.git
Bug 370490 - Build SpiderMonkey with JS_C_STRINGS_ARE_UTF8, not part of the build, patch by Tom Insam, r=brendan
This commit is contained in:
Родитель
8385b9c7d0
Коммит
f5d7b947e6
|
@ -529,7 +529,7 @@ QuoteString(Sprinter *sp, JSString *str, uint32 quote)
|
|||
if (t == z) {
|
||||
char numbuf[10];
|
||||
JS_snprintf(numbuf, sizeof numbuf, "0x%x", c);
|
||||
JS_ReportErrorFlagsAndNumber(cx, JSREPORT_ERROR,
|
||||
JS_ReportErrorFlagsAndNumber(sp->context, JSREPORT_ERROR,
|
||||
js_GetErrorMessage, NULL,
|
||||
JSMSG_BAD_SURROGATE_CHAR,
|
||||
numbuf);
|
||||
|
|
Загрузка…
Ссылка в новой задаче