Re: [hackers] [sent] Support farbfeld as an intermediate format || sin
Dimitris Papastamos wrote:
> > + for (bin = NULL, i = 0; i < LEN(filters); i++) {
> > + if (regcomp(®ex, filters[i].regex,
> > + REG_NOSUB | REG_EXTENDED | REG_ICASE))
> > + continue;
> > + if (!regexec(®ex, filename, 0, NULL, 0)) {
> > + bin = filters[i].bin;
> > + break;
> > + }
> > + }
>
> I forgot an if (!bin) return NULL sort of thing here.
Heyho Dimitris,
thanks, fixed.
--Markus
Received on Tue Dec 08 2015 - 22:35:35 CET
This archive was generated by hypermail 2.3.0
: Tue Dec 08 2015 - 22:36:17 CET