Ben Smithurst 06c8ab0c3c Don't suggest
if (error = function(a1, a2))

since it causes a warning with -Wall.  Change it so it has an explicit test
against zero,

	if ((error = function(a1, a2)) != 0)
2001-02-21 12:10:19 +00:00
..
2001-01-22 10:44:54 +00:00
2001-02-20 12:13:29 +00:00
2001-02-20 10:30:22 +00:00
2001-02-19 15:52:38 +00:00
2001-02-21 12:10:19 +00:00
1999-08-28 00:22:10 +00:00