app: extend array in xcf_load_vector() for the new members of GimpCoords

This commit is contained in:
Michael Natterer 2014-11-18 23:05:47 +01:00
parent b94ba871ac
commit dd169a6a36
1 changed files with 1 additions and 1 deletions

View File

@ -2346,7 +2346,7 @@ xcf_load_vector (XcfInfo *info,
guint32 num_axes;
guint32 num_control_points;
guint32 type;
gfloat coords[8] = GIMP_COORDS_DEFAULT_VALUES;
gfloat coords[10] = GIMP_COORDS_DEFAULT_VALUES;
GimpStroke *stroke;
gint j;