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