Thomas Rast <trast@xxxxxxxxxxxxxxx> writes: > I really didn't like the two-interleaved-loops version in your last > mail, but this one is way more readable than even the original. > > (Why did you wrap the for loop? It's only 76 chars.) Because I was writing it in my MUA ;-) > > Maybe you could add a comment like > >> slash = strrchr(path, '/'); >> if (!slash) >> return 0; > /* The first 'prefix' characters of 'path' always include the > trailing slash of the prefix directory */ >> prefix = slash - path + 1; > > to clean up any doubts about the correctness of the matching. Perhaps.. -- 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