projects
/
xboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
e0db330
)
Fix new args parsing of -lowTimeWarningColor
author
H.G. Muller
<h.g.muller@hccnet.nl>
Fri, 8 Jan 2010 14:18:37 +0000 (15:18 +0100)
committer
Arun Persaud
<arun@nubati.net>
Tue, 12 Jan 2010 04:03:36 +0000 (20:03 -0800)
This did not occur in the XBoard color translation table yet.
xboard.c
patch
|
blob
|
history
diff --git
a/xboard.c
b/xboard.c
index
c2910a3
..
8106b9c
100644
(file)
--- a/
xboard.c
+++ b/
xboard.c
@@
-1284,7
+1284,7
@@
colorVariable[] = {
&appData.darkSquareColor,
&appData.highlightSquareColor,
&appData.premoveHighlightColor,
- NULL,
+ &appData.lowTimeWarningColor,
NULL,
NULL,
NULL,