* src/cff/cf2font.c (cf2_getGlyphWidth): Initialize `advWidth'.
Problem reported by Ingmar Sittl <ingmar.sittl@elektrobit.com>.
This commit is contained in:
parent
8d8508e4d2
commit
d963498faf
@ -1,3 +1,9 @@
|
||||
2013-06-04 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
* src/cff/cf2font.c (cf2_getGlyphWidth): Initialize `advWidth'.
|
||||
|
||||
Problem reported by Ingmar Sittl <ingmar.sittl@elektrobit.com>.
|
||||
|
||||
2013-06-04 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
Apply fixes for cppcheck nitpicks.
|
||||
|
@ -331,7 +331,7 @@
|
||||
FT_Vector advancePoint;
|
||||
#endif
|
||||
|
||||
CF2_Fixed advWidth;
|
||||
CF2_Fixed advWidth = 0;
|
||||
FT_Bool needWinding;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user