Fixed session oversize bug with emulated multi-session.
Introduced by revision 721.
This commit is contained in:
parent
1f486fd78b
commit
caf90e35f5
@ -2015,6 +2015,8 @@ int ecma119_image_new(IsoImage *src, IsoWriteOpts *opts, Ecma119Image **img)
|
||||
}
|
||||
}
|
||||
|
||||
/* This was possibly altered by above overwrite buffer production */
|
||||
target->vol_space_size = target->curblock - target->ms_block;
|
||||
|
||||
/* 4. Create and start writing thread */
|
||||
if (target->md5_session_checksum) {
|
||||
|
Loading…
Reference in New Issue
Block a user