[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [gnugo-devel] resign_3_17.1
From: |
Arend Bayer |
Subject: |
Re: [gnugo-devel] resign_3_17.1 |
Date: |
Tue, 18 Feb 2003 19:54:02 +0100 (CET) |
On Tue, 18 Feb 2003 address@hidden wrote:
>
> I've put up a patch called resign_3_17.1 which fixes
> some warnings from nando_3_17.1.
I had just put a patch together to fix this differently. IMO, all the
gtp_...() functions in play_gtp.c should have "const char *s" as
argument. That's how they are used (except in play_black() and
play_white()), and gtp.c shouldn't have to worry about the command
string possibly getting changed on the callback.
Arend