projects
/
oweals
/
cde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f87b89
)
dtstyle: Coverity 89351
author
Peter Howkins
<flibble@users.sf.net>
Tue, 3 Jul 2018 17:29:47 +0000
(18:29 +0100)
committer
Peter Howkins
<flibble@users.sf.net>
Tue, 3 Jul 2018 17:29:47 +0000
(18:29 +0100)
cde/programs/dtstyle/ColorMain.c
patch
|
blob
|
history
diff --git
a/cde/programs/dtstyle/ColorMain.c
b/cde/programs/dtstyle/ColorMain.c
index f302fca9afebf2cb44c23a55098fbabfffc77980..868e63a215c314e848b44f27ab89bc831c5a8d3e 100644
(file)
--- 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++)
{