mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-11 01:57:00 +00:00
Quick fix for app crash on compose problem. Bug #70505 r=jgmyers a=leaf
This commit is contained in:
parent
36f08d78d2
commit
7b07449948
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user