From 8d430e77d5f38329a8bcaa6d256476cb5b7f06bd Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Tue, 18 Dec 2007 23:11:47 +0000 Subject: [PATCH] =?UTF-8?q?http://eressea.upb.de/mantis/view.php=3Fid=3D13?= =?UTF-8?q?34=20"road=20anstatt=20stra=C3=9Fe=20im=20cr"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit still more fixes --- src/common/gamecode/creport.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/gamecode/creport.c b/src/common/gamecode/creport.c index e2cceabad..bc2a4d322 100644 --- a/src/common/gamecode/creport.c +++ b/src/common/gamecode/creport.c @@ -1116,7 +1116,7 @@ cr_borders(seen_region ** seen, const region * r, const faction * f, int seemode } } if (cs) { - const char * bname = b->type->name(b, r, f, GF_PURE); + const char * bname = mkname("border", b->type->name(b, r, f, GF_PURE)); fprintf(F, "GRENZE %d\n", ++g); fprintf(F, "\"%s\";typ\n", LOC(default_locale, bname)); fprintf(F, "%d;richtung\n", d);