зеркало из https://github.com/mozilla/pjs.git
Quick fix for app crash on compose problem. Bug #70505 r=jgmyers a=leaf
This commit is contained in:
Родитель
10d9a28bfe
Коммит
f333d63069
|
@ -329,7 +329,7 @@ MimeInlineText_rotate_convert_and_parse_line(char *line, PRInt32 length,
|
|||
|
||||
if (!input_charset)
|
||||
{
|
||||
if (obj->options->override_charset && (*obj->options->default_charset))
|
||||
if (obj->options->override_charset && obj->options->default_charset && *(obj->options->default_charset))
|
||||
input_charset = obj->options->default_charset;
|
||||
else if ( (text) && (text->charset) && (*(text->charset)) )
|
||||
input_charset = text->charset;
|
||||
|
|
Загрузка…
Ссылка в новой задаче