aboutsummaryrefslogtreecommitdiffstats
path: root/lib/strftime.c
diff options
context:
space:
mode:
authorPaul Eggert2024-02-17 15:58:03 -0800
committerPaul Eggert2024-02-17 15:58:47 -0800
commitbd0e281a6a27c048b12847811bc0385acbaa1eec (patch)
tree734a44b22a5bfd6cb4d56f865ba72191869da2a1 /lib/strftime.c
parent37bb33dae791e5f59f1d0d27c0221db3b3b4c16d (diff)
downloademacs-bd0e281a6a27c048b12847811bc0385acbaa1eec.tar.gz
emacs-bd0e281a6a27c048b12847811bc0385acbaa1eec.zip
Update from Gnulib by running admin/merge-gnulib
Diffstat (limited to 'lib/strftime.c')
-rw-r--r--lib/strftime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/strftime.c b/lib/strftime.c
index c7256c3d354..128176cad40 100644
--- a/lib/strftime.c
+++ b/lib/strftime.c
@@ -401,7 +401,7 @@ should_remove_ampm (void)
401 lt lv mg mhr mi mk mn ms mt nb nds nhn nl nn nr nso oc os pap pl pt ro 401 lt lv mg mhr mi mk mn ms mt nb nds nhn nl nn nr nso oc os pap pl pt ro
402 ru rw sah sc se sgs sk sl sm sr ss st su sv szl tg tk tn ts tt ug uk unm 402 ru rw sah sc se sgs sk sl sm sr ss st su sv szl tg tk tn ts tt ug uk unm
403 uz ve wae wo xh zu */ 403 uz ve wae wo xh zu */
404 const char *loc = gl_locale_name (LC_TIME, "LC_TIME"); 404 const char *loc = gl_locale_name_unsafe (LC_TIME, "LC_TIME");
405 bool remove_ampm = false; 405 bool remove_ampm = false;
406 switch (loc[0]) 406 switch (loc[0])
407 { 407 {