]> Dogcows Code - chaz/tar/blobdiff - src/tar.h
*** empty log message ***
[chaz/tar] / src / tar.h
index 33d7c2dbb3e8c4d1d30b4b0cf460b38cd0916759..c6d79c425ff1d8ce160a9e6c4b1bce97b996c149 100644 (file)
--- a/src/tar.h
+++ b/src/tar.h
@@ -101,7 +101,7 @@ union record {
 #define        CHKBLANKS       "        "      /* 8 blanks, no null */
 
 /* The magic field is filled with this if uname and gname are valid. */
-#define        TMAGIC          "ustar"         /* 5 chars and a null */
+#define        TMAGIC          "ustar  "       /* 7 chars and a null */
 
 /* The linkflag defines the type of file */
 #define        LF_OLDNORMAL    '\0'            /* Normal disk file, Unix compat */
This page took 0.022952 seconds and 4 git commands to generate.