From c777df0efb001e3f2ce5b61842bb5a527f81f2a2 Mon Sep 17 00:00:00 2001
From: Mathieu L Bouchard <matju@artengine.ca>
Date: Fri, 1 Aug 2014 01:06:03 -0400
Subject: [PATCH] correct my mistake due to makefile mistakenly not rebuilding
 some files in my test before commit

---
 pd/src/g_array.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pd/src/g_array.c b/pd/src/g_array.c
index 25f95040e..1699faef9 100644
--- a/pd/src/g_array.c
+++ b/pd/src/g_array.c
@@ -602,7 +602,7 @@ void garray_arraydialog(t_garray *x, t_symbol *s, int argc, t_atom *argv)
 /* jsarlo { */
 void garray_arrayviewlist_new(t_garray *x)
 {
-    int i, type=0, elemsize=0;
+    int i, type=0, elemsize=0, yonset=0;
     t_float yval;
     char cmdbuf[200];
     t_array *a = garray_getarray_floatonly(x, &yonset, &elemsize);
-- 
GitLab