From 345eb9f767b86613f85bd67329ba84b78e7b2464 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 29 Oct 2000 05:30:02 +0000 Subject: [PATCH] (dump_file): no_recurse_option -> ! recursion_option --- src/create.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/create.c b/src/create.c index 30fe90b..2a54665 100644 --- a/src/create.c +++ b/src/create.c @@ -1082,7 +1082,7 @@ dump_file (char *p, int top_level, dev_t parent_device) /* See if we are about to recurse into a directory, and avoid doing so if the user wants that we do not descend into directories. */ - if (no_recurse_option) + if (! recursion_option) goto finish_dir; /* See if we are crossing from one file system to another, and -- 2.44.0