On Tue, Nov 23, 2010 at 6:43 PM, Jonathan Nieder <jrnieder@xxxxxxxxx> wrote: > Erik Faye-Lund wrote: > >> --- a/compat/msvc.c >> +++ b/compat/msvc.c >> @@ -23,6 +23,8 @@ DIR *opendir(const char *name) >> >> /* check that the pattern won't be too long for FindFirstFileA */ >> len = strlen(name); >> + if (is_dir_sep(name[len - 1])) >> + len--; > > I assume len can't be 0? > Nope, in that case GetFileAttributesA would have errore out. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html