]> Dogcows Code - chaz/tar/commitdiff
(dump_file): no_recurse_option -> ! recursion_option
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 29 Oct 2000 05:30:02 +0000 (05:30 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 29 Oct 2000 05:30:02 +0000 (05:30 +0000)
src/create.c

index 30fe90bd9ae52728af5f3b763711bfe8b317deaa..2a546659ebcf340291be14caae546bc85f587e03 100644 (file)
@@ -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
This page took 0.022349 seconds and 4 git commands to generate.