X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Ftar.h;h=c6d79c425ff1d8ce160a9e6c4b1bce97b996c149;hb=d62982b5555f4d693de2f44b5e936d6dbbb5c2c7;hp=33d7c2dbb3e8c4d1d30b4b0cf460b38cd0916759;hpb=1d1a0f433e64b464b717f93cdccde0adee9eb4ba;p=chaz%2Ftar diff --git a/src/tar.h b/src/tar.h index 33d7c2d..c6d79c4 100644 --- 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 */