Skip to content

Commit

Permalink
bump 7z to 24.06
Browse files Browse the repository at this point in the history
  • Loading branch information
pazos committed Oct 2, 2024
1 parent a2a6f2c commit a87427f
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 a87427f

Please sign in to comment.