From ac344161ba3eb3f73ee38c376dc02210e714e24a Mon Sep 17 00:00:00 2001 From: Wilfried Goesgens Date: Fri, 19 Aug 2011 17:17:31 +0000 Subject: [PATCH] add missing var definition *ups* --- libcitadel/lib/stringbuf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libcitadel/lib/stringbuf.c b/libcitadel/lib/stringbuf.c index 2e91d50f1..f49ceb4cd 100644 --- a/libcitadel/lib/stringbuf.c +++ b/libcitadel/lib/stringbuf.c @@ -2125,6 +2125,7 @@ long StrECMAEscAppend(StrBuf *Target, const StrBuf *Source, const char *PlainIn) const char *aptr, *eiptr; char *bptr, *eptr; long len; + int IsUtf8Sequence; if (((Source == NULL) && (PlainIn == NULL)) || (Target == NULL) ) return -1; -- 2.30.2