projects
/
xboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
95c0cb6
)
fix declaration of engineOutputDialogUp
author
H.G. Muller
<h.g.muller@hccnet.nl>
Thu, 19 Nov 2009 03:15:26 +0000 (19:15 -0800)
committer
Arun 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
patch
|
blob
|
history
diff --git
a/winboard/winboard.c
b/winboard/winboard.c
index
5a8df2b
..
7678dae
100644
(file)
--- a/
winboard/winboard.c
+++ b/
winboard/winboard.c
@@
-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