Complete.Org: Mailing Lists: Archives: freeciv-dev: December 2004:
[Freeciv-Dev] (PR#11630) civmanual i18n
Home

[Freeciv-Dev] (PR#11630) civmanual i18n

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: chrisk@xxxxxxxxx
Cc: freeciv-data@xxxxxxxxxxx
Subject: [Freeciv-Dev] (PR#11630) civmanual i18n
From: "Gregory Berkolaiko" <Gregory.Berkolaiko@xxxxxxxxxxxxx>
Date: Tue, 28 Dec 2004 20:54:16 -0800
Reply-to: bugs@xxxxxxxxxxx

<URL: http://bugs.freeciv.org/Ticket/Display.html?id=11630 >

> 
> This patch should fix the translation problem.
> 

The patch missed an include.

Will be committed immediately to restore compilability (huh, what a word
I invented!)
Index: manual/civmanual.c
===================================================================
RCS file: /home/freeciv/CVS/freeciv/manual/civmanual.c,v
retrieving revision 1.6
diff -u -r1.6 civmanual.c
--- manual/civmanual.c  28 Dec 2004 23:05:09 -0000      1.6
+++ manual/civmanual.c  29 Dec 2004 04:20:48 -0000
@@ -22,6 +22,7 @@
 #include <string.h>
 
 #include "astring.h"
+#include "fciconv.h"
 #include "fcintl.h"
 #include "log.h"
 #include "mem.h"

[Prev in Thread] Current Thread [Next in Thread]