Skip to content
Snippets Groups Projects
Commit 38adb24d authored by Ivica Ico Bukvic's avatar Ivica Ico Bukvic
Browse files

removed a compile warning

parent 6a32afa6
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ int glist_readscalar(t_glist *x, int natoms, t_atom *vec, ...@@ -44,7 +44,7 @@ int glist_readscalar(t_glist *x, int natoms, t_atom *vec,
static void canvas_readerror(int natoms, t_atom *vec, int message, static void canvas_readerror(int natoms, t_atom *vec, int message,
int nline, char *s) int nline, char *s)
{ {
error(s); error("%s", s);
startpost("line was:"); startpost("line was:");
postatom(nline, vec + message); postatom(nline, vec + message);
endpost(); endpost();
......
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