Sorting of files on image enabled by default.

This commit is contained in:
Vreixo Formoso 2008-02-02 16:23:32 +01:00
parent e88b361b5f
commit 42d95c062d
1 changed files with 2 additions and 1 deletions

View File

@ -1246,7 +1246,8 @@ int iso_write_opts_new(IsoWriteOpts **opts, int profile)
break; break;
} }
wopts->fifo_size = 1024; /* 2 MB buffer */ wopts->fifo_size = 1024; /* 2 MB buffer */
wopts->sort_files = 1; /* file sorting is always good */
*opts = wopts; *opts = wopts;
return ISO_SUCCESS; return ISO_SUCCESS;
} }