From 258a7e3803c677ec218280c99f7d4e9f35a75828 Mon Sep 17 00:00:00 2001 From: Peter Howkins Date: Sat, 11 Aug 2018 00:53:10 +0100 Subject: [PATCH] libDtHelp: Cov 174697 --- cde/lib/DtHelp/il/ildither.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cde/lib/DtHelp/il/ildither.c b/cde/lib/DtHelp/il/ildither.c index 4d6cfbb7..d2b0f55b 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 ) ) { -- 2.25.1