Changed isoburn_source_opts.ouput_charset to output_charset
This commit is contained in:
@ -268,7 +268,7 @@ int isoburn_prepare_disc_aux(struct burn_drive *d, struct burn_disc **disc,
|
||||
wopts.file_mode = opts->file_mode;
|
||||
wopts.gid = opts->gid;
|
||||
wopts.uid = opts->uid;
|
||||
wopts.output_charset = opts->ouput_charset;
|
||||
wopts.output_charset = opts->output_charset;
|
||||
|
||||
if (new_img) {
|
||||
wopts.ms_block = 0;
|
||||
|
@ -165,7 +165,7 @@ struct isoburn_source_opts {
|
||||
uid_t uid; /** uid to use when replace_uid == 2. */
|
||||
gid_t gid; /** gid to use when replace_gid == 2. */
|
||||
|
||||
char *ouput_charset; /**< NULL to use default charset */
|
||||
char *output_charset; /**< NULL to use default charset */
|
||||
|
||||
|
||||
/* Options for image transport */
|
||||
|
Reference in New Issue
Block a user