Fix erroneous use of bitwise &.
commit91a2804e7e49672eef8b75531d4551db20b95f83
authorYann Dirson <ydirson@free.fr>
Tue, 22 Jul 2014 20:36:46 +0000 (22 22:36 +0200)
committerYann Dirson <ydirson@free.fr>
Tue, 22 Jul 2014 20:36:46 +0000 (22 22:36 +0200)
tree394488f3062a93964d2207046a6c660812155809
parent6a5c2ef84452ed5ed2f0c9919c39fdd64e4fdfd7
Fix erroneous use of bitwise &.

Bitwise & has more priority than &&, so it should not make any
difference in fact.

At the same time, fix the comment left wrong in 1.1p02 when the
value was changed.
NEWS
gnushogi/search.c