Posted by member 99 on 2004-08-14 23:22:28 link

Because it's got its logic inverted where it tries to protect against division by zero:
if (atoi(val) != 0)
return;