]> Dogcows Code - chaz/tar/commitdiff
Fixed typo
authorSergey Poznyakoff <gray@gnu.org.ua>
Tue, 17 Aug 2004 16:05:03 +0000 (16:05 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Tue, 17 Aug 2004 16:05:03 +0000 (16:05 +0000)
src/tar.c

index 36956e36ea902cc1200372d916607bf3b3d97ab7..9192ef97e837091e86f3a68591ecf62a6b12eddf 100644 (file)
--- 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;
This page took 0.023513 seconds and 4 git commands to generate.