From: Carl Worth Date: Fri, 29 Feb 2008 05:23:50 +0000 (-0800) Subject: Fix check for out-of-range values passed to loa_board_move_legal X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=02c2a593d513b433348523b6bc22abb0572edc43;hp=02c2a593d513b433348523b6bc22abb0572edc43;p=loa Fix check for out-of-range values passed to loa_board_move_legal Previously we were only checking the first coordinate pair instead of both. Oops. ---