From 1f1ba3d328daaa6d703e57fe3f01dd49fa3d6859 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Wed, 8 Apr 2009 18:24:08 +0000 Subject: size_t -> int. svn path=/trunk/; revision=28005 --- strptime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'strptime.c') 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; -- cgit v1.2.3