Johannes Schindelin <Johannes.Schindelin@xxxxxx> writes: > Hi, > > On Tue, 4 Dec 2007, Junio C Hamano wrote: > >> @@ -85,12 +86,17 @@ int cmd_clean(int argc, const char **argv, const char *prefix) >> read_directory(&dir, path, base, baselen, pathspec); >> strbuf_init(&directory, 0); >> >> - for (j = 0; j < dir.nr; ++j) { >> - struct dir_entry *ent = dir.entries[j]; >> - int len, pos, specs; >> + if (pathspec) { >> + for (i = 0; pathspec[i]; i++) >> + ; /* nothing */ >> + seen = xmalloc(); > > Did you mean xmalloc(i)? Yes. - 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