From: Sergey Poznyakoff Date: Sat, 3 Jan 2004 11:45:31 +0000 (+0000) Subject: (dump_dir0): Bugfix. Thanks Piotr Czerwinski for the patch. X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=2690759c06119771895831d4c3cf8d9a52ccc5de;p=chaz%2Ftar (dump_dir0): Bugfix. Thanks Piotr Czerwinski for the patch. --- diff --git a/src/create.c b/src/create.c index b6a4f52..6e49b59 100644 --- a/src/create.c +++ b/src/create.c @@ -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) {