INCOMPATIBLE API CHANGE: isoburn_prepare_new_image() now gets output drive
This commit is contained in:
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2008.01.26.142130"
|
||||
#define Xorriso_timestamP "2008.01.26.171156"
|
||||
|
@ -581,7 +581,7 @@ int Xorriso_write_session(struct XorrisO *xorriso, int flag)
|
||||
"on attempt to get source for write", 0);
|
||||
if(ret<=0)
|
||||
goto ex;
|
||||
ret= isoburn_prepare_new_image(source_drive, &disc, &sopts);
|
||||
ret= isoburn_prepare_new_image(source_drive, &disc, &sopts, drive);
|
||||
}
|
||||
if (ret <= 0) {
|
||||
Xorriso_process_msg_queues(xorriso,0);
|
||||
|
Reference in New Issue
Block a user