summaryrefslogtreecommitdiffstats
path: root/src/base/ftstroke.c
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@google.com>2009-06-09 19:29:03 +0200
committerDavid 'Digit' Turner <digit@google.com>2009-06-09 19:29:03 +0200
commitee49e074127d93fccae763baaec3e93b6728ff80 (patch)
tree99a277e9a0ed635ffc8aaf8179dcba5ebc0cf9cd /src/base/ftstroke.c
parent989b6c878d007b154ca92273b4266686f8dbc315 (diff)
parent77f63d23f7d380b0ff02c18fd6a154ab9063128a (diff)
downloadandroid_external_freetype-ee49e074127d93fccae763baaec3e93b6728ff80.tar.gz
android_external_freetype-ee49e074127d93fccae763baaec3e93b6728ff80.tar.bz2
android_external_freetype-ee49e074127d93fccae763baaec3e93b6728ff80.zip
resolved conflicts for merge 77f63d to master
Diffstat (limited to 'src/base/ftstroke.c')
-rw-r--r--src/base/ftstroke.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/base/ftstroke.c b/src/base/ftstroke.c
index fd04d27..3f5421f 100644
--- a/src/base/ftstroke.c
+++ b/src/base/ftstroke.c
@@ -4,7 +4,7 @@
/* */
/* FreeType path stroker (body). */
/* */
-/* Copyright 2002, 2003, 2004, 2005, 2006, 2008 by */
+/* Copyright 2002, 2003, 2004, 2005, 2006, 2008, 2009 by */
/* David Turner, Robert Wilhelm, and Werner Lemberg. */
/* */
/* This file is part of the FreeType project, and may only be used, */
@@ -606,9 +606,6 @@
if ( tags[0] & FT_STROKE_TAG_END )
{
- if ( in_contour == 0 )
- goto Fail;
-
in_contour = 0;
num_contours++;
}