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:
parent
0f87b89354
commit
0dc2828f57
1 changed files with 1 additions and 1 deletions
|
@ -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++)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue