From bbfb4052c490e7899adc2bba7331305dc9ed67fc Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Mon, 1 Mar 2004 15:56:47 +0000 Subject: [PATCH] Fixed bug with top text SVN revision: 806 --- src/elogd.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/elogd.c b/src/elogd.c index 67703481..fcba73d1 100755 --- a/src/elogd.c +++ b/src/elogd.c @@ -6,6 +6,9 @@ Contents: Web server program for Electronic Logbook ELOG $Log$ + Revision 1.275 2004/03/01 15:56:47 midas + Fixed bug with top text + Revision 1.274 2004/03/01 07:32:29 midas Added label for 'search across all logbooks' @@ -5466,7 +5469,7 @@ void show_top_text(LOGBOOK * lbs) rsputs(buf); } else - rsputs(file_name); + rsputs(str); } } @@ -5502,7 +5505,7 @@ void show_bottom_text(LOGBOOK * lbs) rsputs(buf); } else - rsputs(file_name); + rsputs(str); } else /* add little logo */ rsprintf