diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/posixtm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/posixtm.c b/lib/posixtm.c index 2e3f791f7..062d3a05c 100644 --- a/lib/posixtm.c +++ b/lib/posixtm.c @@ -117,7 +117,7 @@ posix_time_parse (const char *s, unsigned int syntax_bits) const char *dot = NULL; int pair[6]; int *p; - int i; + unsigned int i; size_t s_len = strlen (s); size_t len = (((syntax_bits & PDS_SECONDS) && (dot = strchr (s, '.'))) |