]> git.ipfire.org Git - thirdparty/tar.git/commitdiff
build: update gnulib submodule to latest
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 28 Oct 2018 22:37:56 +0000 (15:37 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 28 Oct 2018 23:08:59 +0000 (16:08 -0700)
* src/misc.c (maybe_backup_file): Adjust to Gnulib change.

gnulib
src/misc.c

diff --git a/gnulib b/gnulib
index c5e76a95605b1ef70559f90ebb656e0a4efb8fd9..c58eb574c3a2cb76113ad4d9afea19ab5562f292 160000 (submodule)
--- a/gnulib
+++ b/gnulib
@@ -1 +1 @@
-Subproject commit c5e76a95605b1ef70559f90ebb656e0a4efb8fd9
+Subproject commit c58eb574c3a2cb76113ad4d9afea19ab5562f292
index cd07f530e3aa3f2e7f92f95f96656ab4d4e9f8d2..65833b10bdfa952cca85a2c6196a53c26ceb1e36 100644 (file)
@@ -727,7 +727,7 @@ maybe_backup_file (const char *file_name, bool this_is_the_archive)
       && (S_ISBLK (file_stat.st_mode) || S_ISCHR (file_stat.st_mode)))
     return true;
 
-  after_backup_name = find_backup_file_name (file_name, backup_type);
+  after_backup_name = find_backup_file_name (AT_FDCWD, file_name, backup_type);
   if (! after_backup_name)
     xalloc_die ();