sbase

suckless unix tools
git clone git://git.suckless.org/sbase
Log | Files | Refs | README | LICENSE

commit 76eb6bdf42a36cc40fb31b2f7a1202a05e482cd9
parent d1e19e972abb3fb21260d6c1513ba5155a97327f
Author: sin <sin@2f30.org>
Date:   Thu, 23 Apr 2015 15:31:26 +0100

tar: Match type like everywhere else

Diffstat:
Mtar.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tar.c b/tar.c @@ -143,7 +143,7 @@ putoctal(char *dst, unsigned num, int size) static int archive(const char *path) { - unsigned char b[BLKSIZ]; + char b[BLKSIZ]; struct group *gr; struct header *h; struct passwd *pw;