From b188c246ca1b976eda56cd051d02e524490e9374 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 10 Jul 2007 09:24:29 +0000 Subject: Typo fixes. iconv detection fix. Use the currect type in t-gettime. --- common/ChangeLog | 4 ++++ common/t-gettime.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'common') diff --git a/common/ChangeLog b/common/ChangeLog index 63289215e..3d1f47160 100644 --- a/common/ChangeLog +++ b/common/ChangeLog @@ -1,3 +1,7 @@ +2007-07-09 Werner Koch + + * t-gettime.c (test_isotime2epoch): Use time_t and not u32. + 2007-07-05 Werner Koch * t-gettime.c: New. diff --git a/common/t-gettime.c b/common/t-gettime.c index 495de37bd..5cc78ff35 100644 --- a/common/t-gettime.c +++ b/common/t-gettime.c @@ -57,7 +57,7 @@ test_isotime2epoch (void) { NULL, 0 } }; int idx; - u32 val; + time_t val; gnupg_isotime_t tbuf; for (idx=0; array[idx].string; idx++) -- cgit v1.2.3