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

index df35593ea49d7f9ee3db0d50b058b6f652ae7672..82eb2e670d0e1934cc28ff8246f96e9680854ea5 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;