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
Jonathan Wilkes
purr-data
Commits
260c205c
Commit
260c205c
authored
Sep 04, 2014
by
Ivica Bukvic
Browse files
*removed debugging stderr output
parent
e6d4241a
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/src/g_canvas.c
View file @
260c205c
...
...
@@ -1274,7 +1274,7 @@ static void *subcanvas_new(t_symbol *s)
{
t_atom
a
[
6
];
t_canvas
*
x
,
*
z
=
canvas_getcurrent
();
fprintf
(
stderr
,
"subcanvas_new current canvas .x%lx
\n
"
,
(
t_int
)
z
);
//
fprintf(stderr,"subcanvas_new current canvas .x%lx\n", (t_int)z);
if
(
!*
s
->
s_name
)
s
=
gensym
(
"/SUBPATCH/"
);
SETFLOAT
(
a
,
0
);
SETFLOAT
(
a
+
1
,
GLIST_DEFCANVASYLOC
);
...
...
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