add missing var definition *ups*
authorWilfried Goesgens <dothebart@citadel.org>
Fri, 19 Aug 2011 17:17:31 +0000 (17:17 +0000)
committerWilfried Goesgens <dothebart@citadel.org>
Sat, 20 Aug 2011 12:08:54 +0000 (12:08 +0000)
libcitadel/lib/stringbuf.c

index 9d9d2ebf1bb410333fe9f9e264e057388fa05d82..ebccb9ac4250a6cde3929aa465cdb44d39e34f00 100644 (file)
@@ -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;