X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=libcitadel%2Flib%2Fstringbuf.c;h=cdbd3651d5402440f7bf8a12c00866dfb8f2fef5;hb=4b792e14164c58733ee325e788ffdf617801d269;hp=1b9ea072366221b9bea1f8cf1f438a229f795bb3;hpb=2d368bccc04a6c52b68ab76fea1425b32f6d705b;p=citadel.git diff --git a/libcitadel/lib/stringbuf.c b/libcitadel/lib/stringbuf.c index 1b9ea0723..cdbd3651d 100644 --- a/libcitadel/lib/stringbuf.c +++ b/libcitadel/lib/stringbuf.c @@ -1177,7 +1177,6 @@ void StrBufStripAllBut(StrBuf *Buf, char leftboundary, char rightboundary) const char *pRight; if ((Buf == NULL) || (Buf->buf == NULL)) { - StrBufCutAt(Buf, 0, Buf->buf); return; }