Closed loophole for undefined variable with new call
iso_write_opts_set_untranslated_name_len()
This commit is contained in:
parent
55d6ae343d
commit
45ffdef845
@ -43,6 +43,7 @@ int get_iso_name(Ecma119Image *img, IsoNode *iso, char **name)
|
||||
|
||||
if (img->untranslated_name_len > 0) {
|
||||
ascii_name = iso->name;
|
||||
ret = 1;
|
||||
} else {
|
||||
ret = str2ascii(img->input_charset, iso->name, &ascii_name);
|
||||
free_ascii_name = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user