File which was omitted when committing rev. 4674
This commit is contained in:
parent
808ea834bb
commit
c0e1f4f9f2
@ -507,6 +507,13 @@ struct isoburn_imgen_opts {
|
||||
*/
|
||||
unsigned int allow_full_ascii :1;
|
||||
|
||||
/**
|
||||
* Like allow_full_ascii, but only allowing 7-bit characters.
|
||||
* Lowercase letters get mapped to uppercase if not allow_lowercase is set.
|
||||
* Gets overridden if allow_full_ascii is enabled.
|
||||
*/
|
||||
unsigned int allow_7bit_ascii :1;
|
||||
|
||||
/**
|
||||
* Allow paths in the Joliet tree to have more than 240 characters.
|
||||
*/
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2012.03.22.102053"
|
||||
#define Xorriso_timestamP "2012.03.22.102402"
|
||||
|
Loading…
Reference in New Issue
Block a user