Avoided misleading message about emptied ISO image during -as mkisofs -C
This commit is contained in:
@ -961,7 +961,7 @@ int Xorriso_write_session(struct XorrisO *xorriso, int flag)
|
||||
if(ret>0) {
|
||||
/* Allow the consumer of output to access the input drive */
|
||||
source_drive= NULL;
|
||||
ret= Xorriso_give_up_drive(xorriso, 1);
|
||||
ret= Xorriso_give_up_drive(xorriso, 1|8);
|
||||
if(ret<=0)
|
||||
goto ex;
|
||||
}
|
||||
|
Reference in New Issue
Block a user