vaccinewars

be a doctor and try to vaccinate the world
git clone git://src.adamsgaard.dk/vaccinewars # fast
git clone https://src.adamsgaard.dk/vaccinewars.git # slow
Log | Files | Refs | README | LICENSE Back to index

commit d2e344f2923e67b9c0d9f80f7d1b9643833887e1
parent 0e211e6b353b2c1328394fc0b0ca07e29d0a8bb6
Author: Ben Webb <ben@salilab.org>
Date:   Fri,  7 Dec 2001 20:46:52 +0000

Fix for NLS when not building curses client


Diffstat:
Msrc/curses_client.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/curses_client.c b/src/curses_client.c @@ -2063,7 +2063,7 @@ void CursesLoop(void) { #else #include <glib.h> -#include "dopewars.h" /* We need this for the definition of '_' */ +#include "nls.h" /* We need this for the definition of '_' */ void CursesLoop(void) { g_print(_("No curses client available - rebuild the binary passing the\n"