New relax option isoburn_igopt_joliet_long_names

This commit is contained in:
2011-03-26 14:42:17 +00:00
parent 6912ae8027
commit dfeca624d6
4 changed files with 17 additions and 2 deletions

View File

@@ -469,6 +469,12 @@ struct isoburn_imgen_opts {
*/
unsigned int joliet_longer_paths :1;
/**
* Allow leaf names in the Joliet tree to have up to 103 characters
* rather than 64.
*/
unsigned int joliet_long_names :1;
/**
* Store timestamps as GMT rather than in local time.
*/