Set the input_charset for image reading.
This commit is contained in:
parent
3c306b203a
commit
679c27201c
@ -159,6 +159,7 @@ int isoburn_read_image(struct burn_drive *d,
|
|||||||
ropts.mode = read_opts->mode;
|
ropts.mode = read_opts->mode;
|
||||||
ropts.uid = read_opts->uid;
|
ropts.uid = read_opts->uid;
|
||||||
ropts.gid = read_opts->gid;
|
ropts.gid = read_opts->gid;
|
||||||
|
ropts.input_charset = read_opts->input_charset;
|
||||||
|
|
||||||
/* create the data source */
|
/* create the data source */
|
||||||
ds = isoburn_data_source_new(d);
|
ds = isoburn_data_source_new(d);
|
||||||
|
Loading…
Reference in New Issue
Block a user