1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-15 04:32:24 +00:00

dtstyle: Coverity 89351

This commit is contained in:
Peter Howkins 2018-07-03 18:29:47 +01:00
parent 0f87b89354
commit 0dc2828f57

View file

@ -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++)
{