X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Ftime%2Fstrptime.c;h=488c08dd657aaca737a14659ef045469162085e9;hb=07065210cae8ae40fceeee4febf338e1f1aecd0c;hp=d9481d1bceb21ddd4d1deede367d1025f4eb19e4;hpb=47a8816ded18284d924387c918186935d2495c01;p=musl diff --git a/src/time/strptime.c b/src/time/strptime.c index d9481d1b..488c08dd 100644 --- a/src/time/strptime.c +++ b/src/time/strptime.c @@ -155,7 +155,7 @@ char *strptime(const char *s, const char *f, struct tm *tm) if (*s == '+') s++; else if (*s == '-') neg=1, s++; if (!isdigit(*s)) return 0; - for (i=0; i