Replace per Image messenger with a global one, and use image id instead.
This commit is contained in:
@@ -265,7 +265,7 @@ char *get_rr_fname(Ecma119Image *t, const char *str)
|
||||
|
||||
ret = strconv(str, t->input_charset, t->output_charset, &name);
|
||||
if (ret < 0) {
|
||||
iso_msg_sorry(t->image->messenger, LIBISO_CHARSET_ERROR,
|
||||
iso_msg_sorry(t->image->id, LIBISO_CHARSET_ERROR,
|
||||
"Charset conversion error. Can't convert %s from %s to %s",
|
||||
str, t->input_charset, t->output_charset);
|
||||
|
||||
|
Reference in New Issue
Block a user