[gimp] app: extend array in xcf_load_vector() for the new members of GimpCoords
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: extend array in xcf_load_vector() for the new members of GimpCoords
- Date: Tue, 18 Nov 2014 22:08:25 +0000 (UTC)
commit dd169a6a36f06f9dadfa3d32e589b6fb949e3510
Author: Michael Natterer <mitch gimp org>
Date: Tue Nov 18 23:05:47 2014 +0100
app: extend array in xcf_load_vector() for the new members of GimpCoords
app/xcf/xcf-load.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/xcf/xcf-load.c b/app/xcf/xcf-load.c
index f9f1e6a..3dc72c6 100644
--- a/app/xcf/xcf-load.c
+++ b/app/xcf/xcf-load.c
@@ -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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]