From 93b07e896449408e36a0643a9cbed1f99184f810 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wilfried=20G=C3=B6esgens?= Date: Sat, 20 Dec 2008 17:15:55 +0000 Subject: [PATCH] * remove accidently committed test stuff * NULL that strbuf.. --- webcit/gettext.c | 2 +- webcit/webserver.c | 10 ---------- 2 files changed, 1 insertion(+), 11 deletions(-) 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