Introduced new relax flag isoburn_igopt_always_gmt

This commit is contained in:
2008-11-15 23:19:02 +00:00
parent 2787932886
commit 13598dd908
4 changed files with 18 additions and 2 deletions

View File

@ -357,6 +357,11 @@ struct isoburn_imgen_opts {
*/
unsigned int joliet_longer_paths :1;
/**
* Store timestamps as GMT rather than in local time.
*/
unsigned int always_gmt :1;
unsigned int sort_files:1;
/**< If files should be sorted based on their weight. */