From 2690759c06119771895831d4c3cf8d9a52ccc5de Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Sat, 3 Jan 2004 11:45:31 +0000 Subject: [PATCH] (dump_dir0): Bugfix. Thanks Piotr Czerwinski for the patch. --- src/create.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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) { -- 2.45.2