Changed default setting of -application_use from 0x00 to 0x20

This commit is contained in:
2013-08-04 17:23:58 +00:00
parent 2729b2955d
commit 318b993a8a
3 changed files with 4 additions and 4 deletions

View File

@ -173,7 +173,7 @@ int Xorriso_new(struct XorrisO ** xorriso,char *progname, int flag)
m->copyright_file[0]= 0;
m->biblio_file[0]= 0;
m->abstract_file[0]= 0;
m->application_use[0]= 0;
strcpy(m->application_use, " ");
m->session_logfile[0]= 0;
m->session_lba= -1;
m->session_blocks= 0;