Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d1f6999

Browse files
IPRT/zip: Added detect functions for gzip, bzip2 and zx so the tar command (and others) can autoamtically detect compressed files that are being tested or extracted. [scm]
svn:sync-xref-src-repo-rev: r171258
1 parent ee0f7f7 commit d1f6999

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎src/VBox/Runtime/common/zip/detect.cpp‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $Id: detect.cpp 111661 2025年11月12日 12:00:49Z knut.osmundsen@oracle.com $ */
1+
/* $Id: detect.cpp 111666 2025年11月12日 12:14:43Z knut.osmundsen@oracle.com $ */
22
/** @file
33
* IPRT - Compression Detection.
44
*/
@@ -93,4 +93,3 @@ RTDECL(bool) RTZipXzIsStartOfCompressedStream(uint8_t const *pbStart, size_t cbS
9393
&& pbStart[5] == 0x00;
9494
}
9595

96-

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /