Changed isoburn_source_opts.ouput_charset to output_charset

This commit is contained in:
Thomas Schmitt 2008-01-11 17:55:21 +00:00
parent b6c545fa74
commit f5ae5f5f7b
4 changed files with 4 additions and 4 deletions

View File

@ -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;

View File

@ -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 */

View File

@ -459,7 +459,7 @@ int Xorriso_write_session(struct XorrisO *xorriso, int flag)
sopts.uid= xorriso->global_uid;
sopts.replace_gid= 2*!!xorriso->do_global_gid;
sopts.gid= xorriso->global_gid;
sopts.ouput_charset= NULL;
sopts.output_charset= NULL;
sopts.fifo_size= xorriso->fs * 2048;
if(xorriso->out_drive_handle == xorriso->in_drive_handle ||

View File

@ -1 +1 @@
#define Xorriso_timestamP "2008.01.11.174733"
#define Xorriso_timestamP "2008.01.11.175423"