diff options
Diffstat (limited to 'src/lib/util')
-rw-r--r-- | src/lib/util/chd.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/util/chd.cpp b/src/lib/util/chd.cpp index 9714b43535c..3b61d044cd3 100644 --- a/src/lib/util/chd.cpp +++ b/src/lib/util/chd.cpp @@ -788,6 +788,7 @@ chd_error chd_file::open(util::core_file &file, bool writeable, chd_file *parent m_file = &file; m_owns_file = false; m_parent = parent; + m_cachehunk = ~0; return open_common(writeable); } |