build: update gnulib submodule to latest

* src/misc.c (maybe_backup_file): Adjust to Gnulib change.
This commit is contained in:
Paul Eggert
2018-10-28 15:37:56 -07:00
parent 9042dfc4b1
commit 6238296458
2 changed files with 2 additions and 2 deletions

2
gnulib

Submodule gnulib updated: c5e76a9560...c58eb574c3

View 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 ();