dtstyle: Coverity 89351

This commit is contained in:
Peter Howkins 2018-07-03 18:29:47 +01:00
parent 0f87b89354
commit 0dc2828f57
1 changed files with 1 additions and 1 deletions

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