Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
nerrons
purr-data
Commits
c777df0e
Commit
c777df0e
authored
Aug 01, 2014
by
Mathieu L Bouchard
Browse files
correct my mistake due to makefile mistakenly not rebuilding some files in my test before commit
parent
b0378e4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/src/g_array.c
View file @
c777df0e
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment