1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-15 04:32:24 +00:00

libDtHelp: Cov 174697

This commit is contained in:
Peter Howkins 2018-08-11 00:53:10 +01:00
parent a895cc3e9c
commit 258a7e3803

View file

@ -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 ) ) {