From 033d0fba9c780412872e7f768e12ebd1d9bd5bba Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Thu, 3 Jul 2003 15:04:11 +0000 Subject: [PATCH] Fixed bug with attachment redirection SVN revision: 570 --- src/elogd.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/elogd.c b/src/elogd.c index 3d2d2d11..bec252d0 100755 --- a/src/elogd.c +++ b/src/elogd.c @@ -6,6 +6,9 @@ Contents: Web server program for Electronic Logbook ELOG $Log$ + Revision 1.125 2003/07/03 15:04:11 midas + Fixed bug with attachment redirection + Revision 1.124 2003/07/01 14:32:52 midas Do not display logbook tabs during self-registration @@ -12171,10 +12174,7 @@ FILE *f; show_error(str); } else - { - sprintf(str, "../%s", attachment); - redirect(lbs, str); - } + redirect(lbs, attachment); return; }