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:
parent
a895cc3e9c
commit
258a7e3803
1 changed files with 1 additions and 1 deletions
|
@ -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 ) ) {
|
||||
|
|
Loading…
Reference in a new issue