mirror of
https://github.com/holub/mame
synced 2025-04-21 16:01:56 +03:00
chd: initialized m_hunknum inside the constructor. (nw)
This commit is contained in:
parent
295c7294d3
commit
edb0904e76
@ -522,6 +522,7 @@ private:
|
||||
: m_osd(nullptr)
|
||||
, m_compressor(nullptr)
|
||||
, m_status(WS_READY)
|
||||
, m_hunknum(0)
|
||||
, m_data(nullptr)
|
||||
, m_compressed(nullptr)
|
||||
, m_complen(0)
|
||||
|
Loading…
Reference in New Issue
Block a user