From: Sergey Poznyakoff Date: Tue, 17 Aug 2004 16:05:03 +0000 (+0000) Subject: Fixed typo X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;ds=sidebyside;h=bd599facc8df66894646e0e47fc1a3b75d94a390;hp=7f271040629147abc488ef288f8e0d96c96c262c;p=chaz%2Ftar Fixed typo --- 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;