cant cancel Issues

Marco d'Itri md at Linux.IT
Wed Feb 6 03:19:03 UTC 2002


On Feb 06, "Jeffrey M. Vinocur" <jeff at litech.org> wrote:

 >-       if (unlink(linkpath) < 0) result = FALSE;
 >+	(void)unlink(linkpath);
BTW, please do not put the useless (void) cast before function calls.

-- 
ciao,
Marco


More information about the inn-workers mailing list