From b0e4d74b306a6778cd20349eef949edc2152e696 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Tue, 4 Apr 2006 18:43:13 +0000 Subject: [PATCH] Fixed problem with using locks and changing encoding SVN revision: 1683 --- src/elogd.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/elogd.c b/src/elogd.c index eee02b1a..cfc9b472 100755 --- a/src/elogd.c +++ b/src/elogd.c @@ -9765,7 +9765,7 @@ void show_edit_form(LOGBOOK * lbs, int message_id, BOOL breply, BOOL bedit, BOOL rsprintf(""); else rsprintf - (""); + (""); rsprintf ("\n"); @@ -9773,14 +9773,14 @@ void show_edit_form(LOGBOOK * lbs, int message_id, BOOL breply, BOOL bedit, BOOL rsprintf(""); else rsprintf - (""); + (""); rsprintf("\n"); if (enc_selected == 2) rsprintf(""); else rsprintf - (""); + (""); rsprintf("\n"); rsprintf("
\n");