diff options
author | Werner Koch <[email protected]> | 2007-07-10 09:24:29 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2007-07-10 09:24:29 +0000 |
commit | b188c246ca1b976eda56cd051d02e524490e9374 (patch) | |
tree | e5a2aaa6eae23564857146e041015457e38195c5 /common/t-gettime.c | |
parent | The Logos as designed by Thoams Wittek. (diff) | |
download | gnupg-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.c | 2 |
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++) |