/[gnugo]/gnugo/interface/play_ascii.c
ViewVC logotype

Diff of /gnugo/interface/play_ascii.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.17 by bump, Fri Apr 12 14:23:54 2002 UTC revision 1.18 by bump, Mon Jun 24 18:43:21 2002 UTC
# Line 660  play_ascii(SGFTree *tree, Gameinfo *game Line 660  play_ascii(SGFTree *tree, Gameinfo *game
660              printf("\nInvalid command syntax!\n");              printf("\nInvalid command syntax!\n");
661              break;              break;
662            }            }
663            if (num < 2 || num > 25) {            if (num < MIN_BOARD || num > MAX_BOARD) {
664              printf("\nInvalid board size: %d\n", num);              printf("\nInvalid board size: %d\n", num);
665              break;              break;
666            }            }

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26