This is the mail archive of the xconq7@sourceware.cygnus.com mailing list for the Xconq project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Can't give a town its independence


> So anyway, changing side_number probably masks the real problem, and
> we should look at the callers more closely.

OK, how about this (it also solves the problem):

Index: tcltk/tkmain.c
===================================================================
RCS file: /cvs/xconq/xconq/tcltk/tkmain.c,v
retrieving revision 1.63
diff -u -r1.63 tkmain.c
--- tkmain.c	2000/04/28 15:16:48	1.63
+++ tkmain.c	2000/04/29 13:30:34
@@ -4045,6 +4045,7 @@
 	if (empty_string(map->answer)
 	    || strcmp(map->answer, "nobody") == 0) {
 	    eval_tcl_cmd("ask_side_done %d", map->number);
+	    *side2p = indepside;
 	    return TRUE;
 	}
 	if (isdigit(*(map->answer))) {


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]