diff options
Diffstat (limited to 'cyclone/hammer/urn.c')
-rw-r--r-- | cyclone/hammer/urn.c | 2 |
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; |