X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=libcitadel%2Flib%2Fstringbuf.c;h=82eb2e670d0e1934cc28ff8246f96e9680854ea5;hb=f560f5c7f1c1f4915d0a8ff80b8bfb1714e3979b;hp=df35593ea49d7f9ee3db0d50b058b6f652ae7672;hpb=99a9608c07d628bc1db89cddf98d5f4a2ff7bbb2;p=citadel.git diff --git a/libcitadel/lib/stringbuf.c b/libcitadel/lib/stringbuf.c index df35593ea..82eb2e670 100644 --- a/libcitadel/lib/stringbuf.c +++ b/libcitadel/lib/stringbuf.c @@ -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;