X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fposixtm.c;h=062d3a05c712f518636dc57f7a1875d664633683;hb=dede3f1b726fb2499335b15597e318a535fe203b;hp=03aaaf20aeba9b815172828d1490af2f9853aef4;hpb=5d41f26437058590697fd573f1051bc3b8064c16;p=gnulib.git diff --git a/lib/posixtm.c b/lib/posixtm.c index 03aaaf20a..062d3a05c 100644 --- a/lib/posixtm.c +++ b/lib/posixtm.c @@ -1,4 +1,4 @@ -/* Parse dates for touch. +/* 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, '.')))