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

@ -374,7 +374,7 @@ no_memory:;
}
}
if((flag & 1) && !(xorriso->ino_behavior & 1)) {
if((flag & 1) && !(xorriso->ino_behavior & 32)) {
ret= Xorriso_make_hln_array(xorriso, 0); /* for stbuf.st_nlink */
if(ret < 0)
return(ret);