New -hardlinks mode "lsl_count" / "no_lsl_count"
This commit is contained in:
@ -1463,6 +1463,10 @@ int Xorriso_option_hardlinks(struct XorrisO *xorriso, char *mode, int flag)
|
||||
xorriso->ino_behavior&= ~16;
|
||||
} else if(strcmp(what, "cheap_sorted_extract") == 0) {
|
||||
xorriso->ino_behavior|= 16;
|
||||
} else if(strcmp(what, "lsl_count") == 0) {
|
||||
xorriso->ino_behavior&= ~32;
|
||||
} else if(strcmp(what, "no_lsl_count") == 0) {
|
||||
xorriso->ino_behavior|= 32;
|
||||
} else {
|
||||
sprintf(xorriso->info_text, "-hardlinks: unknown mode '%s' in '%s'",
|
||||
what, mode);
|
||||
|
Reference in New Issue
Block a user