From: Bruno Haible Date: Thu, 26 Sep 2024 02:31:58 +0000 (+0200) Subject: Update after gnulib changed: Fix deprecation warning. X-Git-Tag: v0.23~113 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5aa77489634a4fc1e07b3d2301c22b0867cf3d69;p=thirdparty%2Fgettext.git Update after gnulib changed: Fix deprecation warning. * gettext-tools/src/msgmerge.c (main): Call xcopy_file_preserving instead of copy_file_preserving. --- diff --git a/gettext-tools/src/msgmerge.c b/gettext-tools/src/msgmerge.c index 3bc330aa4..0e6d008cd 100644 --- a/gettext-tools/src/msgmerge.c +++ b/gettext-tools/src/msgmerge.c @@ -513,7 +513,7 @@ There is NO WARRANTY, to the extent permitted by law.\n\ if (backup_type != none) { backup_file = find_backup_file_name (output_file, backup_type); - copy_file_preserving (output_file, backup_file); + xcopy_file_preserving (output_file, backup_file); } /* Write the merged message list out. */