Oh.. sorry. I'm quite aware of that. It's not a bug - it's a feature =)
It's only me beeing utterly stupid again ;-)
/ Peter Lundqvist (disjunkt)
Previous text:
2003-09-28 12:41: Subject: zero_type();
Perhaps something you were aware of, but your code implements
if(zero_type(foo) || zero_type(bar) ... || zero_type(gonk)) ...
rather than
if(zero_type(foo) && zero_type(bar) ... && zero_type(gonk)) ...
/ Johan Sundström, Lysator