From c2e98d83b9ec8220a8d43cdac2fcde23a0314da9 Mon Sep 17 00:00:00 2001 From: H.G. Muller Date: Fri, 8 Jan 2010 15:18:37 +0100 Subject: [PATCH] Fix new args parsing of -lowTimeWarningColor This did not occur in the XBoard color translation table yet. --- xboard.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/xboard.c b/xboard.c index c2910a3..8106b9c 100644 --- a/xboard.c +++ b/xboard.c @@ -1284,7 +1284,7 @@ colorVariable[] = { &appData.darkSquareColor, &appData.highlightSquareColor, &appData.premoveHighlightColor, - NULL, + &appData.lowTimeWarningColor, NULL, NULL, NULL, -- 1.7.0.4