From 691dabc423f0ac541038484ff69a2ec871c121d9 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Sat, 17 Apr 2004 17:45:29 +0000 Subject: importing ints svn path=/trunk/externals/miXed/; revision=1608 --- cyclone/hammer/anal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cyclone/hammer/anal.c') diff --git a/cyclone/hammer/anal.c b/cyclone/hammer/anal.c index 477eb20..374fa17 100644 --- a/cyclone/hammer/anal.c +++ b/cyclone/hammer/anal.c @@ -76,7 +76,7 @@ static void *anal_new(t_floatarg f) else if (size > ANAL_MAXSIZE) { /* CHECKED: */ - loud_warning(&anal_class, "size too large, using %d", ANAL_MAXSIZE); + loud_warning(&anal_class, 0, "size too large, using %d", ANAL_MAXSIZE); size = ANAL_MAXSIZE; /* LATER switch into a 'sparse' mode */ } /* CHECKED: actually the bytesize is size * size * sizeof(short), -- cgit v1.2.1