From: H.G. Muller Date: Fri, 8 Jan 2010 14:18:37 +0000 (+0100) Subject: Fix new args parsing of -lowTimeWarningColor X-Git-Tag: master-20100118~13 X-Git-Url: http://winboard.nl/cgi-bin?p=xboard.git;a=commitdiff_plain;h=c2e98d83b9ec8220a8d43cdac2fcde23a0314da9 Fix new args parsing of -lowTimeWarningColor This did not occur in the XBoard color translation table yet. --- 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,