Skip to content

Commit

Permalink
bump 7z to 24.06 (#517)
Browse files Browse the repository at this point in the history
  • Loading branch information
pazos authored Oct 4, 2024
1 parent b7b5ac1 commit 26f9f10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jni/lzma/7z
Submodule 7z updated 1285 files
2 changes: 1 addition & 1 deletion jni/lzma/un7zip/7zExtractor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ extractStream(JNIEnv *env, ISeekInStream *seekStream, const char *destDir,
else {
lookStream.bufSize = inBufSize;
lookStream.realStream = seekStream;
LookToRead2_Init(&lookStream);
LookToRead2_INIT(&lookStream);
}

CrcGenerateTable();
Expand Down

0 comments on commit 26f9f10

Please sign in to comment.