aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--toys/pending/tar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/pending/tar.c b/toys/pending/tar.c
index f7559b60..b7952039 100644
--- a/toys/pending/tar.c
+++ b/toys/pending/tar.c
@@ -357,7 +357,7 @@ static void extract_to_command(void)
// Do pending directory utimes(), NULL to flush all.
static int dirflush(char *name)
{
- char *s = s, *ss;
+ char *s = 0, *ss;
// Barf if name not in TT.cwd
if (name) {