Browse Source

Fixed typo

Sergey Poznyakoff 20 years ago
parent
commit
bd599facc8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/tar.c

+ 1 - 1
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;