From 98beb2b4f5dc679b223e34d401e736f8cb1afe3f Mon Sep 17 00:00:00 2001 From: lzwdgc Date: Fri, 2 Feb 2024 17:25:55 +0300 Subject: [PATCH] [unpaker] decode_f1 is never called. --- src/unpaker/pak.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/unpaker/pak.cpp b/src/unpaker/pak.cpp index 4bd01a8..b0ecfb1 100644 --- a/src/unpaker/pak.cpp +++ b/src/unpaker/pak.cpp @@ -132,6 +132,7 @@ void segment::decompress(int segment_id) if ((algorithm & DA_1) || (algorithm & DA_2)) { if (algorithm & DA_1) + // never called decode_f1((char*)decoded, size2, (char*)encoded); else decode_f2((char*)decoded, size2, (char*)encoded);