On Tue, 16 Mar 2010, Carlos R. Mafra wrote:
> Yep, I folded into your "Kill redundant function" patch and the result
> is already in #next.
you either made a typo, or git is playing games with me.
now its:
static int strmatch(const char *str1, const char *str2)
{
but it should be
static int strmatch(const void *str1, const void *str2)
{
the function takes void*, not char*. you should be getting the same
warnings with this you did before, are they gone for some reason?
--
[-]
mkdir /nonexistent
--
To unsubscribe, send mail to [email protected].