Fixed obvious bug with -J. (Still wondering wether it works)
This commit is contained in:
parent
8ee0765a6d
commit
2f2169c6cf
@ -1 +1 @@
|
|||||||
#define Xorriso_timestamP "2007.10.17.215809"
|
#define Xorriso_timestamP "2007.10.17.224924"
|
||||||
|
@ -234,7 +234,7 @@ int Xorriso_write_growing(struct XorrisO *xorriso, int flag)
|
|||||||
sopts.level= 2;
|
sopts.level= 2;
|
||||||
sopts.flags= ECMA119_ROCKRIDGE;
|
sopts.flags= ECMA119_ROCKRIDGE;
|
||||||
if(xorriso->do_joliet)
|
if(xorriso->do_joliet)
|
||||||
sopts.flags|= ECMA119_ROCKRIDGE;
|
sopts.flags|= ECMA119_JOLIET;
|
||||||
sopts.relaxed_constraints= 0;
|
sopts.relaxed_constraints= 0;
|
||||||
sopts.copy_eltorito= 1;
|
sopts.copy_eltorito= 1;
|
||||||
sopts.no_cache_inodes= 0;
|
sopts.no_cache_inodes= 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user