bug-gnu-chess
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

IsTrustedPlayer(...)


From: chess
Subject: IsTrustedPlayer(...)
Date: Sun, 22 Jun 2003 19:48:42 -0500

Hello All !

There's a bug in

int IsTrustedPlayer(const char *name);

If name is not in the trusted_players list, the return value is undefined.

// Add this to the end of the function:
  return 0;

*Mike
http://web.wt.net/~chess/gnuchess.html





reply via email to

[Prev in Thread] Current Thread [Next in Thread]