* remove accidently committed test stuff
[citadel.git] / webcit / gettext.c
index f055ee5a320f9a7742d3d57ff1ec288f302b542f..fc2cc6000f33a1ea0dffd2f2e342ef5581bc7c4c 100644 (file)
@@ -64,7 +64,7 @@ void httplang_to_locale(StrBuf *LocaleString)
        int nBest;
        int nParts;
        StrBuf *Buf = NULL;
-       StrBuf *SBuf;
+       StrBuf *SBuf = NULL;
        
        nParts=StrBufNum_tokens(LocaleString,',');
        for (i=0; ((i<nParts)&&(i<SEARCH_LANG)); i++)