From b11af4cf50ff2f8de1fda9a77ebb4ccf5cc926c0 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 5 Jun 2008 07:46:12 +0000 Subject: As a failsafe measure use memcpy instead of strcpy in gnupg_copy_time. Typo fix. --- common/gettime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/gettime.c') diff --git a/common/gettime.c b/common/gettime.c index 6b7411b2a..c4a9d4844 100644 --- a/common/gettime.c +++ b/common/gettime.c @@ -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) { -- cgit v1.2.3