From 89ef38f37fe8e06df66cec079512e88ff5821def Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Mon, 24 Aug 2009 14:24:46 +0000 Subject: [PATCH] * Applied fix to webcit setup --- webcit/gettext.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webcit/gettext.c b/webcit/gettext.c index fd2d04c47..1a2346378 100644 --- a/webcit/gettext.c +++ b/webcit/gettext.c @@ -363,8 +363,8 @@ ServerShutdownModule_GETTEXT } #else /* ENABLE_NLS */ -const char *AvailLang[NUM_LANGS] = { - "C"}; +const char *AvailLang[] = { + "C", ""}; /** \brief dummy for non NLS enabled systems */ void tmplput_offer_languages(StrBuf *Target, WCTemplputParams *TP) -- 2.30.2