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>
Fri, 19 Aug 2011 17:17:31 +0000 (17:17 +0000)
libcitadel/lib/stringbuf.c

index 02b715397725f29a23d8c9cd69096f351a98c9dc..273c09ecb2d320f28a5c8f0aa3e31cf5eaf9a387 100644 (file)
@@ -2141,6 +2141,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;