* src/base/ftoutln.c (FT_Outline_Check): Fix C4701 warning.

truetype-mm
Alexei Podtelezhnikov 2 years ago
parent f5f969a8fe
commit 78464d1b0c
  1. 2
      src/base/ftoutln.c

@ -379,7 +379,7 @@
end0 = end;
}
if ( end != n_points - 1 )
if ( end0 != n_points - 1 )
goto Bad;
/* XXX: check the tags array */

Loading…
Cancel
Save