X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fposixtm.c;h=062d3a05c712f518636dc57f7a1875d664633683;hb=6e93b42a69e7a51b301e7ab383022dd4f59c2081;hp=4af84318171556514101b3f3a83a438c57011a82;hpb=9a2e1a1ebd6b186420a1dd2bed571ddcf63646e7;p=gnulib.git diff --git a/lib/posixtm.c b/lib/posixtm.c index 4af843181..062d3a05c 100644 --- a/lib/posixtm.c +++ b/lib/posixtm.c @@ -1,4 +1,4 @@ -/* Parse dates. +/* Parse dates for touch and date. Copyright (C) 1989, 1990, 1991, 1998 Free Software Foundation Inc. This program is free software; you can redistribute it and/or modify @@ -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, '.')))