New -hardlinks mode "lsl_count" / "no_lsl_count"

This commit is contained in:
2013-05-06 16:17:42 +00:00
parent 5c784fc2ea
commit 56280922a2
6 changed files with 12 additions and 4 deletions

View File

@ -132,7 +132,7 @@ int Xorriso_new(struct XorrisO ** xorriso,char *progname, int flag)
m->add_plainly= 0;
m->split_size= 0;
strcpy(m->list_delimiter, "--");
m->ino_behavior= 7;
m->ino_behavior= 1 | 2 | 4 | 32; /* off:no_lsl_count */
m->iso_level= 3;
m->iso_level_is_default= 1;
m->do_joliet= 0;