diff --git a/cde/programs/dtstyle/ColorMain.c b/cde/programs/dtstyle/ColorMain.c index f302fca9a..868e63a21 100644 --- a/cde/programs/dtstyle/ColorMain.c +++ b/cde/programs/dtstyle/ColorMain.c @@ -2245,7 +2245,7 @@ void int i; char temp[XmCO_MAX_NUM_COLORS][60]; char xrdb_string[100]; - XColor saved_color[2]; + XColor saved_color[2] = { { 0, 0, 0 }, { 0, 0, 0 } }; for(i = 0; i < XmCO_MAX_NUM_COLORS; i++) {