From 6e78a11f52730fa4c8818a6bf33e7af8ad4f2dec Mon Sep 17 00:00:00 2001 From: Vreixo Formoso Lopes Date: Fri, 11 Jan 2008 20:29:17 +0000 Subject: [PATCH] Set the input_charset for image reading. --- ng_src/isofs_wrap.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ng_src/isofs_wrap.c b/ng_src/isofs_wrap.c index 64a3d110..93444ed2 100644 --- a/ng_src/isofs_wrap.c +++ b/ng_src/isofs_wrap.c @@ -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);