Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '7zip/Archive/Tar/TarHeader.cpp')
-rwxr-xr-x7zip/Archive/Tar/TarHeader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/7zip/Archive/Tar/TarHeader.cpp b/7zip/Archive/Tar/TarHeader.cpp
index 9bf408c0..41fb2137 100755
--- a/7zip/Archive/Tar/TarHeader.cpp
+++ b/7zip/Archive/Tar/TarHeader.cpp
@@ -16,7 +16,7 @@ namespace NFileHeader {
// The magic field is filled with this if uname and gname are valid.
namespace NMagic
{
- const char *kUsTar = "ustar "; // 7 chars and a null
+ const char *kUsTar = "ustar"; // 5 chars
const char *kGNUTar = "GNUtar "; // 7 chars and a null
const char *kEmpty = "\0\0\0\0\0\0\0\0"; // 7 chars and a null
}