From 1381d330c5e655a0dcf04e29751f88348e8ed5fb Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Thu, 5 May 2005 03:19:35 +0000 Subject: [PATCH] Noch zwei kleine kosmetische Fehler. --- 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 192d2c2e0..91887eb99 100644 --- a/src/common/gamecode/report.c +++ b/src/common/gamecode/report.c @@ -1163,7 +1163,7 @@ describe(FILE * F, const region * r, int partial, faction * f) ytrees = rtrees(r,1); if (production(r)) { if (trees > 0 || ytrees > 0) { - bufp += sprintf(bufp, ", %d/%d", trees, ytrees); + bufp += sprintf(bufp, ", %d/%d ", trees, ytrees); if (fval(r, RF_MALLORN)) { if (trees == 1) bufp += strlcpy(bufp, LOC(f->locale, "nr_mallorntree")); @@ -1385,9 +1385,9 @@ describe(FILE * F, const region * r, int partial, faction * f) if (edges) rnl(F); for (e=edges;e;e=e->next) { + char * bufp = buf; boolean first = true; for (d=0;d!=MAXDIRECTIONS;++d) { - char * bufp = buf; if (!e->exist[d]) continue; if (first) bufp += strlcpy(bufp, "Im "); else {