Menu

Commit [r1016]  Maximize  Restore  History

Instead of checking for !value we should be checking for value != NULL as a invalid pointer with a negative value is the same as !value because !=value only equals to zero while NULL is not equal to zero.

SumolX 2007-10-08

MongoDB Logo MongoDB