From bd599facc8df66894646e0e47fc1a3b75d94a390 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Tue, 17 Aug 2004 16:05:03 +0000 Subject: [PATCH 1/1] Fixed typo --- src/tar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tar.c b/src/tar.c index 36956e3..9192ef9 100644 --- a/src/tar.c +++ b/src/tar.c @@ -1268,7 +1268,7 @@ find_argp_option (struct argp_option *options, int letter) !(options->name == NULL && options->key == 0 && options->arg == 0 - && options->flags + && options->flags == 0 && options->doc == NULL); options++) if (options->key == letter) return options; -- 2.44.0