From 12596149cf1f7486d22f3880e91d13ef800e4ae2 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Wed, 26 Feb 2003 21:20:35 +0000 Subject: [PATCH] Fixed bug that attributes in replies were not found in searches if display in threaded mode SVN revision: 417 --- src/elogd.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/elogd.c b/src/elogd.c index b44e24ce..69d30509 100755 --- a/src/elogd.c +++ b/src/elogd.c @@ -6,6 +6,9 @@ Contents: Web server program for Electronic Logbook ELOG $Log$ + Revision 1.30 2003/02/26 21:20:35 midas + Fixed bug that attributes in replies were not found in searches if display in threaded mode + Revision 1.29 2003/02/26 21:03:28 midas Fixed problem that entry date changed on upload @@ -8019,7 +8022,7 @@ LOGBOOK *lbs_cur; msg_list[j].index == i) break; - if (i < index) + if (j < index) { msg_list[index].lbs = NULL; // delete current message continue;