diff options
Diffstat (limited to 'cyclone/hammer/seq.c')
-rw-r--r-- | cyclone/hammer/seq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cyclone/hammer/seq.c b/cyclone/hammer/seq.c index 011c97d..edeff88 100644 --- a/cyclone/hammer/seq.c +++ b/cyclone/hammer/seq.c @@ -932,7 +932,7 @@ static void *seq_new(t_symbol *s) static int warned = 0; if (!warned) { - loud_warning((t_pd *)x, "seq is not ready yet"); + loud_warning((t_pd *)x, 0, "seq is not ready yet"); warned = 1; } x->x_canvas = canvas_getcurrent(); |