Fixed a bug with non-appending multi-session and zisofs decompression.

This commit is contained in:
2009-04-12 16:21:46 +02:00
parent ec672ab903
commit 9a873ed693
2 changed files with 8 additions and 1 deletions

View File

@ -1142,8 +1142,10 @@ int iso_file_source_new_ifs(IsoImageFilesystem *fs, IsoFileSource *parent,
size_t cs_value_length = 0;
char msg[160];
#ifdef Libisofs_with_zliB
uint8_t zisofs_alg[2], zisofs_hs4 = 0, zisofs_bsl2 = 0;
uint32_t zisofs_usize = 0;
#endif
if (fs == NULL || fs->data == NULL || record == NULL || src == NULL) {
return ISO_NULL_POINTER;