yes that was the original bug : || instead &&. I applied on CVS a fix
which is independent of the OS, so you do not have to adapt the
condition for each OS.
the fix is on CVS devel - have you tried it?
regards,
bogdan
Urtho wrote:
Please change:
#if !defined(__OS_solaris) || !defined(__OS_netbsd)
to
#if !defined(__OS_solaris) && !defined(__OS_netbsd)
:D
Pawel Pierscionek,
http://www.voiceworks.pl
_______________________________________________
Devel mailing list
[email protected]
http://openser.org/cgi-bin/mailman/listinfo/devel