]> Dogcows Code - chaz/tar/commitdiff
(all_names_found): If test_label_option is set return true
authorSergey Poznyakoff <gray@gnu.org.ua>
Wed, 28 Sep 2005 19:41:15 +0000 (19:41 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Wed, 28 Sep 2005 19:41:15 +0000 (19:41 +0000)
src/names.c

index 18396074e107aa507b0ab525287827dda5627009..e6082d856af00b1532edca3c2fe133652b5dc9d7 100644 (file)
@@ -538,6 +538,8 @@ all_names_found (struct tar_stat_info *p)
   struct name const *cursor;
   size_t len;
 
+  if (test_label_option)
+    return true;
   if (!p->file_name || occurrence_option == 0 || p->had_trailing_slash)
     return false;
   len = strlen (p->file_name);
This page took 0.02308 seconds and 4 git commands to generate.