* Applied fix to webcit setup
authorArt Cancro <ajc@citadel.org>
Mon, 24 Aug 2009 14:24:46 +0000 (14:24 +0000)
committerArt Cancro <ajc@citadel.org>
Mon, 24 Aug 2009 14:24:46 +0000 (14:24 +0000)
webcit/gettext.c

index fd2d04c472ff085073272761106314640636cb97..1a2346378d172c34eae994594c8d1977b1c3b70d 100644 (file)
@@ -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)