aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/ChangeLog4
-rw-r--r--common/t-gettime.c2
2 files changed, 5 insertions, 1 deletions
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 <[email protected]>
+
+ * t-gettime.c (test_isotime2epoch): Use time_t and not u32.
+
2007-07-05 Werner Koch <[email protected]>
* 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++)