mirror of
git://git.savannah.gnu.org/freetype/freetype2.git
synced 2025-04-11 22:56:50 +02:00
* src/base/ftoutln.c (FT_Outline_Check): Fix C4701 warning.
This commit is contained in:
parent
f5f969a8fe
commit
78464d1b0c
@ -379,7 +379,7 @@
|
||||
end0 = end;
|
||||
}
|
||||
|
||||
if ( end != n_points - 1 )
|
||||
if ( end0 != n_points - 1 )
|
||||
goto Bad;
|
||||
|
||||
/* XXX: check the tags array */
|
||||
|
Loading…
x
Reference in New Issue
Block a user