add missing var definition *ups*
[citadel.git] / 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;