New -as mkisofs options --sort-weight-list and --sort-weight-patterns
This commit is contained in:
@ -1883,6 +1883,7 @@ ex:;
|
||||
|
||||
/* @param flag bit0= a match count !=1 is a FAILURE event
|
||||
bit1= with bit0 tolerate 0 matches if pattern is a constant
|
||||
bit2= do not issue debug messages about temporay memory needs
|
||||
*/
|
||||
int Xorriso_expand_pattern(struct XorrisO *xorriso,
|
||||
int num_patterns, char **patterns, int extra_filec,
|
||||
@ -1965,7 +1966,7 @@ int Xorriso_expand_pattern(struct XorrisO *xorriso,
|
||||
mem+= extra_filec*sizeof(char *);
|
||||
if(count<=0)
|
||||
{ret= 0; goto ex;}
|
||||
ret= Xorriso_alloc_pattern_mem(xorriso, *mem, count, filev, 0);
|
||||
ret= Xorriso_alloc_pattern_mem(xorriso, *mem, count, filev, !!(flag & 4));
|
||||
if(ret<=0)
|
||||
goto ex;
|
||||
/* now store addresses */
|
||||
|
Reference in New Issue
Block a user