7430dad
--- fontforge-20100501.orig/fontforge/charview.c	2010-04-15 03:26:28.000000000 +0100
7430dad
+++ fontforge-20100501/fontforge/charview.c	2011-03-01 15:09:22.821753002 +0000
7430dad
@@ -8597,7 +8597,7 @@
7430dad
 static int CVNumForePointsSelected(CharView *cv, BasePoint **bp) {
7430dad
     SplineSet *spl;
7430dad
     SplinePoint *test, *first;
7430dad
-    BasePoint *bps[4];
7430dad
+    BasePoint *bps[5];
7430dad
     int i, cnt;
7430dad
 
7430dad
     if ( cv->b.drawmode!=dm_fore )