diff options
-rw-r--r-- | toys/pending/tar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/pending/tar.c b/toys/pending/tar.c index ea57b7a6..97524d87 100644 --- a/toys/pending/tar.c +++ b/toys/pending/tar.c @@ -340,7 +340,7 @@ static void extract_to_command(void) // Do pending directory utimes(), NULL to flush all. static int dirflush(char *name) { - char *s, *ss; + char *s = s, *ss; // Barf if name not in TT.cwd if (name) { |