commit d1e19e972abb3fb21260d6c1513ba5155a97327f
parent ab267a87ebf9e8819cd604b3daa12ad6c68b71aa
Author: sin <sin@2f30.org>
Date: Thu, 23 Apr 2015 15:29:37 +0100
tar: No need to zero-fill variables with global storage
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tar.c b/tar.c
@@ -52,8 +52,8 @@ static int tarfd;
static ino_t tarinode;
static dev_t tardev;
-static int mflag;
-static char filtermode = '\0';
+static int mflag;
+static int filtermode;
static struct ent {
char *name;