New command -toc_info_type
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
|
||||
/* xorriso - creates, loads, manipulates and burns ISO 9660 filesystem images.
|
||||
|
||||
Copyright 2007-2023 Thomas Schmitt, <scdbackup@gmx.net>
|
||||
Copyright 2007-2024 Thomas Schmitt, <scdbackup@gmx.net>
|
||||
|
||||
Provided under GPL version 2 or later.
|
||||
|
||||
@ -496,6 +496,9 @@ int Xorriso_new(struct XorrisO ** xorriso,char *progname, int flag)
|
||||
|
||||
m->info_text[0]= 0;
|
||||
|
||||
m->toc_info_type= 1;
|
||||
m->toc_time_form= 1;
|
||||
|
||||
|
||||
/* Here begin actions which might fail */
|
||||
|
||||
|
Reference in New Issue
Block a user