diff options
Diffstat (limited to 'xlib')
-rw-r--r-- | xlib/xcolors.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xlib/xcolors.c b/xlib/xcolors.c index cc88e53..ad4a069 100644 --- a/xlib/xcolors.c +++ b/xlib/xcolors.c @@ -9,7 +9,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: xcolors.c,v 1.5 2002/08/31 06:12:31 das Exp $ + * RCS: @(#) $Id: xcolors.c,v 1.5.2.1 2005/09/10 14:54:18 das Exp $ */ #include <tkInt.h> @@ -820,7 +820,7 @@ FindColor(name, colorPtr) const char *name; XColor *colorPtr; { - int l, u, r, i; + int l, u, r, i = 0; /* * Count the number of elements in the color array if we haven't |