Fixed session oversize bug with emulated multi-session.

Introduced by revision 721.
This commit is contained in:
Thomas Schmitt 2010-10-19 12:45:26 +02:00
parent 1f486fd78b
commit caf90e35f5
1 changed files with 2 additions and 0 deletions

View File

@ -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) {