From: Wilfried Goesgens Date: Fri, 19 Aug 2011 17:17:31 +0000 (+0000) Subject: add missing var definition *ups* X-Git-Tag: v7.87~2 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=b03a03a52e83dc1e187133d91ec557fb944acc6e;hp=636cb15318a28a05c89c176398fe30b76823ee99;p=citadel.git add missing var definition *ups* --- diff --git a/libcitadel/lib/stringbuf.c b/libcitadel/lib/stringbuf.c index 9d9d2ebf1..ebccb9ac4 100644 --- a/libcitadel/lib/stringbuf.c +++ b/libcitadel/lib/stringbuf.c @@ -1996,6 +1996,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;