libdthelp: Resolve uninitialized warnings
This commit is contained in:
committed by
Jon Trulson
parent
b807066429
commit
320576e069
@@ -154,7 +154,7 @@ SearchForClosestLine (
|
||||
_DtCvSelectData *next)
|
||||
{
|
||||
int i;
|
||||
int maxI;
|
||||
int maxI = 0;
|
||||
_DtCvUnit lineY;
|
||||
_DtCvUnit endX;
|
||||
_DtCvUnit begX;
|
||||
|
||||
Reference in New Issue
Block a user