Fixed obvious bug with -J. (Still wondering wether it works)

This commit is contained in:
Thomas Schmitt 2007-10-17 22:49:26 +00:00
parent c94fca2e6b
commit b2e682fd31
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
#define Xorriso_timestamP "2007.10.17.215809"
#define Xorriso_timestamP "2007.10.17.224924"

View File

@ -234,7 +234,7 @@ int Xorriso_write_growing(struct XorrisO *xorriso, int flag)
sopts.level= 2;
sopts.flags= ECMA119_ROCKRIDGE;
if(xorriso->do_joliet)
sopts.flags|= ECMA119_ROCKRIDGE;
sopts.flags|= ECMA119_JOLIET;
sopts.relaxed_constraints= 0;
sopts.copy_eltorito= 1;
sopts.no_cache_inodes= 0;