1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

As a failsafe measure use memcpy instead of strcpy in gnupg_copy_time.

Typo fix.
This commit is contained in:
Werner Koch 2008-06-05 07:46:12 +00:00
parent 49b2db7636
commit b11af4cf50
3 changed files with 15 additions and 5 deletions

View file

@ -402,7 +402,7 @@ days_per_month (int y, int m)
/* Convert YEAR, MONTH and DAY into the Julian date. We assume that
it is already noon; we dont; support dates before 1582-10-15. */
it is already noon. We do not support dates before 1582-10-15. */
static unsigned long
date2jd (int year, int month, int day)
{