diff options
Diffstat (limited to 'cyclone/hammer/zl.c')
-rw-r--r-- | cyclone/hammer/zl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cyclone/hammer/zl.c b/cyclone/hammer/zl.c index 1c4c7a5..994eef9 100644 --- a/cyclone/hammer/zl.c +++ b/cyclone/hammer/zl.c @@ -260,7 +260,7 @@ static int zl_nop_count(t_zl *x) static void zl_nop(t_zl *x, int natoms, t_atom *buf, int banged) { - loud_warning((t_pd *)x, "unknown mode"); + loud_warning((t_pd *)x, 0, "unknown mode"); } static int zl_ecils_intarg(t_zl *x, int i) |