Skip to content

Commit

Permalink
Update ZstdHandler.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
defrag257 committed May 28, 2023
1 parent 4ce8b01 commit df97b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CPP/7zip/Archive/ZstdHandler.cpp
Expand Up @@ -368,7 +368,7 @@ STDMETHODIMP CHandler::SetProperties(const wchar_t * const *names, const PROPVAR
static const Byte k_Signature[] = "0xFD2FB522..28";

REGISTER_ARC_IO(
"zstd", "zst tzst", "* .tar", 0x0e,
"zstd", "zst zstd tzst tzstd", "* * .tar .tar", 0x0e,
k_Signature,
0,
NArcInfoFlags::kKeepName,
Expand Down

0 comments on commit df97b6b

Please sign in to comment.