File which was omitted when committing rev. 4674

This commit is contained in:
Thomas Schmitt 2012-03-22 10:23:39 +00:00
parent 808ea834bb
commit c0e1f4f9f2
2 changed files with 8 additions and 1 deletions

View File

@ -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.
*/

View File

@ -1 +1 @@
#define Xorriso_timestamP "2012.03.22.102053"
#define Xorriso_timestamP "2012.03.22.102402"