aboutsummaryrefslogtreecommitdiff
path: root/cyclone/hammer/urn.c
diff options
context:
space:
mode:
Diffstat (limited to 'cyclone/hammer/urn.c')
-rw-r--r--cyclone/hammer/urn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cyclone/hammer/urn.c b/cyclone/hammer/urn.c
index 37aaae0..d6983a2 100644
--- a/cyclone/hammer/urn.c
+++ b/cyclone/hammer/urn.c
@@ -50,7 +50,7 @@ static int urn_resize(t_urn *x, t_float f, int init)
}
if (range > URN_MAXSIZE)
{
- loud_warning((t_pd *)x,
+ loud_warning((t_pd *)x, 0,
"requested size (%d) clipped -- effective size is %d",
range, URN_MAXSIZE);
range = URN_MAXSIZE;