浏览代码

(dump_file): no_recurse_option -> ! recursion_option

Paul Eggert 24 年之前
父节点
当前提交
345eb9f767
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/create.c

+ 1 - 1
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
       /* 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.  */
 	 so if the user wants that we do not descend into directories.  */
 
 
-      if (no_recurse_option)
+      if (! recursion_option)
 	goto finish_dir;
 	goto finish_dir;
 
 
       /* See if we are crossing from one file system to another, and
       /* See if we are crossing from one file system to another, and