]> Dogcows Code - chaz/tar/commitdiff
(dump_dir0): Bugfix. Thanks Piotr Czerwinski <pius@pld-linux.org> for the patch.
authorSergey Poznyakoff <gray@gnu.org.ua>
Sat, 3 Jan 2004 11:45:31 +0000 (11:45 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Sat, 3 Jan 2004 11:45:31 +0000 (11:45 +0000)
src/create.c

index b6a4f52624291baf03cb996a39b3b2d3d8471536..6e49b59be090b0e45c620e580248d3c8266f4c8d 100644 (file)
@@ -981,9 +981,11 @@ dump_dir0 (char *directory,
          return;
        }
     }
-  else if (!recursion_option)
+
+  if (!recursion_option)
     return;
-  else if (one_file_system_option
+
+  if (one_file_system_option
           && !top_level
           && parent_device != stat->stat.st_dev)
     {
This page took 0.023543 seconds and 4 git commands to generate.