From 446ffd97017f72652b64c43bf25fc5fccbb3ddf0 Mon Sep 17 00:00:00 2001 From: hunt Date: Tue, 8 Nov 2005 19:26:16 +0000 Subject: 2005-11-08 Martin Hunt * recreate_links: Add link to pmap-gen.c * print.c (next_fmt): Remove unneeded dbug(). * alloc.c: Update to reflect changes to runtime/alloc.c. --- runtime/user/print.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'runtime/user/print.c') diff --git a/runtime/user/print.c b/runtime/user/print.c index dddb3d7e..261e191d 100644 --- a/runtime/user/print.c +++ b/runtime/user/print.c @@ -60,8 +60,7 @@ static char *next_fmt(char *fmt, int *num) { char *f = fmt; int in_fmt = 0; - dbug ("next_fmt %s\n", fmt); - *num = 0; + *num = 0; while (*f) { if (in_fmt) { if (*f == '%') { -- cgit