Tracing the different behavior of isoburn_read_image()

This commit is contained in:
2008-01-11 17:48:30 +00:00
parent 90c129679a
commit b6c545fa74
4 changed files with 6 additions and 3 deletions

View File

@ -306,6 +306,7 @@ int Xorriso_aquire_drive(struct XorrisO *xorriso, char *adr, int flag)
ropts.uid= 0;
ropts.gid= 0;
ropts.mode= 0555;
ropts.input_charset= NULL;
ropts.pretend_blank= 0;
if(isoburn_read_image(drive, &ropts, &volset) <= 0) {