From dcb2cd93e01412afb005440cebddb62e0186a5da Mon Sep 17 00:00:00 2001 From: Christian Schlittchen Date: Sun, 3 Feb 2002 12:01:41 +0000 Subject: [PATCH] - Dateinamen, die zweite --- src/common/gamecode/report.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/gamecode/report.c b/src/common/gamecode/report.c index f1c3bcdcb..c250676b4 100644 --- a/src/common/gamecode/report.c +++ b/src/common/gamecode/report.c @@ -2810,8 +2810,8 @@ reports(void) if (!nonr && f->options & wants_report) fprintf(shfp, - " \\\n\t\"application/x-bzip2\" \"Report\" %s.nr.bz2", - factionid(f)); + " \\\n\t\"application/x-bzip2\" \"Report\" %d-%s.nr.bz2", + turn,factionid(f)); if (!nocr && (f->options & wants_computer_report || f->age<3)) fprintf(shfp,