mirror of
https://git.savannah.gnu.org/git/tar.git
synced 2026-07-19 14:32:22 +00:00
(dump_file): Fix typo: last two args to dump_file were interchanged.
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user