Re: [hackers] [sent] Support farbfeld as an intermediate format || sin

From: Markus Teich <markus.teich_AT_stusta.mhn.de>
Date: Tue, 8 Dec 2015 22:35:35 +0100

Dimitris Papastamos wrote:
> > + for (bin = NULL, i = 0; i < LEN(filters); i++) {
> > + if (regcomp(&regex, filters[i].regex,
> > + REG_NOSUB | REG_EXTENDED | REG_ICASE))
> > + continue;
> > + if (!regexec(&regex, 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