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
[EMAIL PROTECTED]
http://www.martymac.com

_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to