fix declaration of engineOutputDialogUp
authorH.G. Muller <h.g.muller@hccnet.nl>
Thu, 19 Nov 2009 03:15:26 +0000 (19:15 -0800)
committerArun Persaud <arun@nubati.net>
Sun, 22 Nov 2009 19:58:33 +0000 (11:58 -0800)
was defined as BOOLEAN (=char), but should be int

winboard/winboard.c

index 5a8df2b..7678dae 100644 (file)
@@ -435,7 +435,7 @@ BOOLEAN evalGraphDialogUp = FALSE;
 WindowPlacement wpEvalGraph;\r
 \r
 HWND engineOutputDialog = NULL;\r
-BOOLEAN engineOutputDialogUp = FALSE;\r
+int engineOutputDialogUp = FALSE;\r
 \r
 WindowPlacement wpEngineOutput;\r
 WindowPlacement wpGameList;\r