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:19:06 +0000 (17:19 +0000)
libcitadel/lib/stringbuf.c

index 2e91d50f1b998c7e0a1cfdc3c97d5ec1e72b966f..f49ceb4cd77f027ceaa787849cf74f846f297030 100644 (file)
@@ -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;