mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-05 22:20:24 -08:00
Sync from gnulib
This incorporates a spelling fix, plus: 2016-05-09 Fix undefined behaviour in gettext.h * lib/gettext.h, lib/mktime.c: Copy from gnulib.
This commit is contained in:
parent
1adfb5ee55
commit
f791efc057
2 changed files with 7 additions and 3 deletions
|
|
@ -228,7 +228,7 @@ guess_time_tm (long_int year, long_int yday, int hour, int min, int sec,
|
|||
}
|
||||
|
||||
/* Use CONVERT to convert T to a struct tm value in *TM. T must be in
|
||||
range for time_t. Return TM if successfull, NULL if T is out of
|
||||
range for time_t. Return TM if successful, NULL if T is out of
|
||||
range for CONVERT. */
|
||||
static struct tm *
|
||||
convert_time (struct tm *(*convert) (const time_t *, struct tm *),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue