Use XP_ASSERT, not PR_ASSERT, for continuable assertbotches in mozilla.exe.
This commit is contained in:
Родитель
e2c9b7c359
Коммит
76fa9ee232
|
@ -233,7 +233,7 @@ LM_PrintZigError(int status, void *zigPtr, const char *metafile,
|
|||
char* zig_name = NULL;
|
||||
int len;
|
||||
|
||||
PR_ASSERT(errortext);
|
||||
XP_ASSERT(errortext);
|
||||
|
||||
if (zig) {
|
||||
zig_name = SOB_get_url(zig);
|
||||
|
|
Загрузка…
Ссылка в новой задаче