mirror of
https://github.com/holub/mame
synced 2025-04-23 17:00:53 +03:00
Second thoughts about default status
This commit is contained in:
parent
ed209c842d
commit
a723548a8f
@ -991,7 +991,7 @@ archive_file::error zip_file_impl::decompress_data_type_14(std::uint64_t offset,
|
||||
std::uint32_t read_length;
|
||||
osd_file::error filerr;
|
||||
SRes lzerr;
|
||||
ELzmaStatus lzstatus = LZMA_STATUS_NOT_SPECIFIED;
|
||||
ELzmaStatus lzstatus(LZMA_STATUS_MAYBE_FINISHED_WITHOUT_MARK);
|
||||
|
||||
// reset the stream
|
||||
ISzAlloc alloc_imp;
|
||||
|
Loading…
Reference in New Issue
Block a user