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

fix small bug with using t_symbol* instead of char*

parent 0dec5276
No related branches found
No related tags found
No related merge requests found
......@@ -103,7 +103,7 @@ void image_drawme(t_image *x, t_glist *glist, int firstime)
sprintf(key, "x%lx", (long unsigned int)x);
// set a new image in the cache for this image
gui_vmess("gui_load_image", "xss",
glist_getcanvas(glist), key, fname);
glist_getcanvas(glist), key, fname->s_name);
}
else
{
......
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