Set the input_charset for image reading.

This commit is contained in:
Vreixo Formoso Lopes 2008-01-11 20:29:17 +00:00
parent f5ae5f5f7b
commit 6e78a11f52
1 changed files with 1 additions and 0 deletions

View File

@ -159,6 +159,7 @@ int isoburn_read_image(struct burn_drive *d,
ropts.mode = read_opts->mode;
ropts.uid = read_opts->uid;
ropts.gid = read_opts->gid;
ropts.input_charset = read_opts->input_charset;
/* create the data source */
ds = isoburn_data_source_new(d);