summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--src/lib/util/chd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util/chd.c b/src/lib/util/chd.c
index 88cb82cb53c..788c588d3ac 100644
--- a/src/lib/util/chd.c
+++ b/src/lib/util/chd.c
@@ -1657,7 +1657,7 @@ chd_error chd_file::compress_v5_map()
}
// track maximum compressed length
- else if (curcomp >= COMPRESSION_TYPE_0 && curcomp <= COMPRESSION_TYPE_3)
+ else //if (curcomp >= COMPRESSION_TYPE_0 && curcomp <= COMPRESSION_TYPE_3)
max_complen = MAX(max_complen, be_read(&m_rawmap[hunknum * 12 + 1], 3));
// track repeats