Unitialized buffer patch (zero length runs in font loading), again thanks to

vc7 magic.
This commit is contained in:
Daniel Dunbar 2003-03-23 20:47:05 +00:00
parent 361ecbce1b
commit 05afb06397

@ -2008,7 +2008,7 @@ static VFontData *objfnt_to_vfontdata(objfnt *fnt)
}
} while (!stop);
if (last[0] == first[0] && last[1] == first[1]) meet = 1;
if ((count>0) && last[0] == first[0] && last[1] == first[1]) meet = 1;
else meet = 0;
/* is er meer dan 1 uniek punt ?*/