From 21fe6e2df5fabdd3d59ade980c7772529a0f6620 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Marchal?= Date: Fri, 26 Jun 2009 12:25:42 +0000 Subject: [PATCH] Patch #1918397 applied. --- index.c | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/index.c b/index.c index 57e0aeb..d9fd7b8 100644 --- a/index.c +++ b/index.c @@ -384,8 +384,6 @@ void make_index() } (void)rewinddir(dirp); (void)closedir(dirp); - write_html_trailer(fp_ou); - if(fp_ou) fclose(fp_ou); if(fp_tmp) fclose(fp_tmp); unlink(tmp6); unlink(wdir_tmp2); @@ -441,11 +439,6 @@ void make_index() unlink(wdir_tmp2); } - fputs("",fp_ou); - - zdate(ftime, DateFormat); - - show_info(fp_ou); - - fputs("\n\n",fp_ou); + write_html_trailer(fp_ou); + if(fp_ou) fclose(fp_ou); } -- 2.47.2