Explorar o código

(dump_file): Fix typo: last two args to dump_file were interchanged.

Paul Eggert %!s(int64=25) %!d(string=hai) anos
pai
achega
3f3860fd6a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/create.c

+ 1 - 1
src/create.c

@@ -1165,7 +1165,7 @@ dump_file (char *p, int top_level, dev_t parent_device)
 	    }
 	  strcpy (namebuf + len, entry->d_name);
 	  if (!excluded_name (namebuf))
-	    dump_file (namebuf, our_device, 0);
+	    dump_file (namebuf, 0, our_device);
 	}
 
       closedir (directory);