From: Wilfried Göesgens Date: Sat, 20 Dec 2008 17:15:55 +0000 (+0000) Subject: * remove accidently committed test stuff X-Git-Tag: v7.86~1692 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=93b07e896449408e36a0643a9cbed1f99184f810 * remove accidently committed test stuff * NULL that strbuf.. --- diff --git a/webcit/gettext.c b/webcit/gettext.c index f055ee5a3..fc2cc6000 100644 --- a/webcit/gettext.c +++ b/webcit/gettext.c @@ -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