Sorting of files on image enabled by default.
This commit is contained in:
parent
e88b361b5f
commit
42d95c062d
@ -1246,6 +1246,7 @@ int iso_write_opts_new(IsoWriteOpts **opts, int profile)
|
||||
break;
|
||||
}
|
||||
wopts->fifo_size = 1024; /* 2 MB buffer */
|
||||
wopts->sort_files = 1; /* file sorting is always good */
|
||||
|
||||
*opts = wopts;
|
||||
return ISO_SUCCESS;
|
||||
|
Loading…
Reference in New Issue
Block a user