mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
dtsession/SrvPalette: fix CID 89227
This commit is contained in:
parent
722cfc70eb
commit
4dae64c891
1 changed files with 1 additions and 1 deletions
|
@ -665,7 +665,7 @@ convert_pixel_set(
|
||||||
int i;
|
int i;
|
||||||
char *converted;
|
char *converted;
|
||||||
char *p;
|
char *p;
|
||||||
int colormappingindex;
|
int colormappingindex = 0;
|
||||||
|
|
||||||
const int colormapping [4][XmCO_MAX_NUM_COLORS] = {
|
const int colormapping [4][XmCO_MAX_NUM_COLORS] = {
|
||||||
{0, 1, 2, 3, 4, 5, 6, 7}, /* XmCO_HIGH_COLOR */
|
{0, 1, 2, 3, 4, 5, 6, 7}, /* XmCO_HIGH_COLOR */
|
||||||
|
|
Loading…
Reference in a new issue