/[chess]/chess/src/pgn.c
ViewVC logotype

Diff of /chess/src/pgn.c

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

revision 1.18 by srw, Sun Jun 15 10:41:23 2003 UTC revision 1.19 by srw, Sat Jun 28 16:30:43 2003 UTC
# Line 306  int IsTrustedPlayer(const char *name) Line 306  int IsTrustedPlayer(const char *name)
306                  if (strstr(name, trusted_players[i]) != NULL)                  if (strstr(name, trusted_players[i]) != NULL)
307                          return 1;                          return 1;
308         }         }
309            return 0;
310  }  }
311    
312  void BookPGNReadFromFile (const char *file)  void BookPGNReadFromFile (const char *file)

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

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