From 45508af12fd1470670a0a66766adea98897dfd4c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wilfried=20G=C3=B6esgens?= Date: Thu, 15 Nov 2007 22:55:33 +0000 Subject: [PATCH] * msgnum is a long. format it like that. --- webcit/notes.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webcit/notes.c b/webcit/notes.c index ffd6f33af..0d790ec7a 100644 --- a/webcit/notes.c +++ b/webcit/notes.c @@ -68,11 +68,11 @@ void display_note(long msgnum) wprintf ("\n"); } else { - wprintf ("\n"); wprintf ("\n"); } -- 2.30.2