mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +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…
Add table
Add a link
Reference in a new issue