aboutsummaryrefslogtreecommitdiffstats
path: root/common/t-gettime.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2007-07-10 09:24:29 +0000
committerWerner Koch <[email protected]>2007-07-10 09:24:29 +0000
commitb188c246ca1b976eda56cd051d02e524490e9374 (patch)
treee5a2aaa6eae23564857146e041015457e38195c5 /common/t-gettime.c
parentThe Logos as designed by Thoams Wittek. (diff)
downloadgnupg-b188c246ca1b976eda56cd051d02e524490e9374.tar.gz
gnupg-b188c246ca1b976eda56cd051d02e524490e9374.zip
Typo fixes.
iconv detection fix. Use the currect type in t-gettime.
Diffstat (limited to 'common/t-gettime.c')
-rw-r--r--common/t-gettime.c2
1 files changed, 1 insertions, 1 deletions
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++)