From a722850e95108ce0488b5ca7190095b85e52c809 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Wed, 16 Jul 2003 09:02:21 +0000 Subject: [PATCH] falsche locale fuer mailcmd --- 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 879014555..e6a40f547 100644 --- a/src/common/gamecode/creport.c +++ b/src/common/gamecode/creport.c @@ -1042,7 +1042,7 @@ report_computer(FILE * F, faction * f, const seen_region * seen, fputs("2;Zeitalter\n", F); if (mailto!=NULL) { fprintf(F, "\"%s\";mailto\n", mailto); - fprintf(F, "\"%s\";mailcmd\n", locale_string(NULL, "mailcmd")); + fprintf(F, "\"%s\";mailcmd\n", locale_string(f->locale, "mailcmd")); } fprintf(F, "PARTEI %d\n", f->no); fprintf(F, "\"%s\";locale\n", locale_name(f->locale));