Date: Wed, 16 Apr 2008 17:49:23 +0200 (CEST) From: "Ganael LAPLANCHE" <ganael.laplanche@martymac.com> To: Pietro Cerutti <gahr@FreeBSD.org>, Ganael LAPLANCHE <ganael.laplanche@martymac.com> Cc: ports@freebsd.org, Anatoly Borodin <anatoly.borodin@gmail.com> Subject: Re: CFT: devel/directfb update to 1.1.1 Message-ID: <20080416154258.M26638@martymac.com> In-Reply-To: <48061303.6040001@FreeBSD.org> References: <48053F56.4090404@FreeBSD.org> <20080416064154.M28876@martymac.com> <4805BB13.1050007@FreeBSD.org> <20080416094711.M99470@martymac.com> <e1e1b0290804160601w5dce2c38xfec27bffa15271ae@mail.gmail.com> <20080416134523.M15457@martymac.com> <48061303.6040001@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 16 Apr 2008 16:53:55 +0200, Pietro Cerutti wrote Hi again :) > Actually, there is a bug in those two functions. What about this one? > - - while (readdir_r( dir, &tmp, &entry ) == 0 && entry) { > + while (!readdir_r( dir, &tmp, &entry ) && entry) { Hmmm, isn't that similar ? Anyway, it does not seem to work better :/ Ganaël LAPLANCHE ganael.laplanche@martymac.com http://www.martymac.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080416154258.M26638>