From 608025edb4f345f243c6ed3ddaf2dc4852f429a8 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Fri, 29 Jun 2007 09:41:24 +0000 Subject: [PATCH] Fixed type in title/class display of attribvalue SVN revision: 1873 --- src/elogd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/elogd.c b/src/elogd.c index d568b049..16d98df5 100755 --- a/src/elogd.c +++ b/src/elogd.c @@ -9522,7 +9522,7 @@ void show_edit_form(LOGBOOK * lbs, int message_id, BOOL breply, BOOL bedit, BOOL } else strlcpy(str, attrib[index], sizeof(str)); - rsprintf("\n", class_value, title); + rsprintf("\n", title, class_value); rsputs2(lbs, FALSE, str); rsprintf(" ");