Karsten Blees <karsten.bl...@gmail.com> writes:

> -                     if (p < path || p > path + strlen(path))
> -                             free((char *)p);
> +                     free(p);

The non-const cast was there for a reason.  I'll locally fix it up
(there is another instance of the same) to get it compile before
queuing it on 'pu'.

Thanks.

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to