mirror of
https://git.savannah.gnu.org/git/tar.git
synced 2026-05-30 11:36:57 +00:00
*** empty log message ***
This commit is contained in:
@@ -253,7 +253,7 @@ dump_file (p, curdev, toplevel)
|
||||
&& !S_ISDIR (hstat.st_mode)
|
||||
&& (f_new_files > 1 || new_time > hstat.st_ctime))
|
||||
{
|
||||
if (curdev < 0)
|
||||
if (curdev == -1)
|
||||
{
|
||||
msg ("%s: is unchanged; not dumped", p);
|
||||
}
|
||||
|
||||
1319
src/port.c
1319
src/port.c
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
char version_string[] = "GNU tar version 1.11.1";
|
||||
char version_string[] = "GNU tar version 1.11.2";
|
||||
|
||||
Reference in New Issue
Block a user