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

This commit is contained in:
2013-08-04 17:23:58 +00:00
parent 0772360530
commit 319dda160d
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;