Skip to content
Snippets Groups Projects
Commit 80947521 authored by Jonathan Wilkes's avatar Jonathan Wilkes
Browse files

fix #125: iemguts/receive canvas isn't working

parent 8e48d3ed
No related branches found
No related tags found
No related merge requests found
......@@ -122,7 +122,7 @@ static void *receivecanvas_new(t_floatarg f)
if(canvas) {
char buf[MAXPDSTRING];
snprintf(buf, MAXPDSTRING-1, ".x%lx", (t_int)canvas);
snprintf(buf, MAXPDSTRING-1, "x%lx", (long unsigned int)canvas);
buf[MAXPDSTRING-1]=0;
x->x_proxy=receivecanvas_proxy_new(x, gensym(buf));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment