Complete.Org:
Mailing Lists:
Archives:
freeciv-dev:
January 2005: [Freeciv-Dev] Re: (PR#11733) Vote Bug |
[Freeciv-Dev] Re: (PR#11733) Vote Bug[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://bugs.freeciv.org/Ticket/Display.html?id=11733 > On Sun, 2 Jan 2005, Mike Kaufman wrote: > I assume that this code is protected from caller == NULL? Yes: if (caller == NULL || caller->player == NULL) { cmd_reply(CMD_VOTE, caller, C_FAIL, _("This command is client only.")); return FALSE; - Per
|