diff nav_print.c @ 43:6177a05fa534 src

Use parens to make the 'is present' mask explicit W/o parens the check for the 'is present' mask will not work right because the ! operator will evaluate first. But by wrapping the & operation in parens, we make it explicit that this goes first. And so the is present flag will be properly evaluated in the conditional
author erik
date Wed, 02 Sep 2009 01:43:18 +0000
parents 9f1804080f76
children
line wrap: on
line diff