summaryrefslogtreecommitdiff
path: root/strptime.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2009-04-08 18:24:08 +0000
committerGerald Combs <gerald@wireshark.org>2009-04-08 18:24:08 +0000
commit1f1ba3d328daaa6d703e57fe3f01dd49fa3d6859 (patch)
tree72a8f4353504e9cb1a63dbea05b0085df5d33592 /strptime.c
parentcf2b47c142f55cf9c3ad56ccaf27f9dfd79adcd5 (diff)
downloadwireshark-1f1ba3d328daaa6d703e57fe3f01dd49fa3d6859.tar.gz
size_t -> int.
svn path=/trunk/; revision=28005
Diffstat (limited to 'strptime.c')
-rw-r--r--strptime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/strptime.c b/strptime.c
index 7aece6a08e..c1c315795b 100644
--- a/strptime.c
+++ b/strptime.c
@@ -265,7 +265,7 @@ strptime_internal (rp, fmt, tm, decided, era_cnt)
{
const char *rp_backup;
int cnt;
- size_t val;
+ int val;
int have_I, is_pm;
int century, want_century;
int want_era;