X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fftp-ls.c;fp=src%2Fftp-ls.c;h=1039a43d88d144642ab94cd455fcbd1c48dc8293;hp=28e32c4a44c9d6efce555a25a1c442bed553f6a1;hb=bba67890f381a0fd3222fc5763b742d1520746c3;hpb=0c9fb2b0412eddf3593a0014b8df268c1279e263 diff --git a/src/ftp-ls.c b/src/ftp-ls.c index 28e32c4a..1039a43d 100644 --- a/src/ftp-ls.c +++ b/src/ftp-ls.c @@ -199,7 +199,7 @@ ftp_parse_unix_ls (const char *file, int ignore_perms) if (next < 0) /* a month name was not encountered */ { for (i = 0; i < 12; i++) - if (!strcmp (tok, months[i])) + if (!strcasecmp (tok, months[i])) break; /* If we got a month, it means the token before it is the size, and the filename is three tokens away. */