On Dec 29, 2007 8:32 PM, Junio C Hamano [off-list ref] wrote:
Why isn't it like this?
if (!prefix[1])
well, what about if prefix == NULL ?
Actually I didn't checked if strncmp() checks for NULL pointers before
to proceed, if this is the case I managed to keep the same semantic.
You could say "Why, lazy you, didn't you checked if strncmp() checks
for NULL pointers? "...but I hope you are foregiving ;-)
Thanks
Marco