diff --git a/cde/lib/DtHelp/il/ildither.c b/cde/lib/DtHelp/il/ildither.c index 4d6cfbb74..d2b0f55be 100644 --- a/cde/lib/DtHelp/il/ildither.c +++ b/cde/lib/DtHelp/il/ildither.c @@ -772,7 +772,7 @@ convertBoxTotalRec total, part1, part2; convertBoxCountRec count; convertBoxRec slice; convertBoxRec *pBox = &BoxTable[box]; -double temp, ssq1, ssq2; +double temp, ssq1 = 0.0f, ssq2; int axis, plane, rgb, n; if ( CountBox( pBox, Ftable, &count ) ) {