X-Git-Url: https://code.delx.au/pulseaudio/blobdiff_plain/5715b2af3091f9be9a656dfa9b8cb778caf1c03e..ecf09f2cd6bf2f46b0d2402c700ab618c090bd4c:/src/pulsecore/strbuf.c diff --git a/src/pulsecore/strbuf.c b/src/pulsecore/strbuf.c index 4fc82ded..f131d5cd 100644 --- a/src/pulsecore/strbuf.c +++ b/src/pulsecore/strbuf.c @@ -146,7 +146,7 @@ void pa_strbuf_putsn(pa_strbuf *sb, const char *t, size_t l) { pa_assert(t); if (!l) - return; + return; c = pa_xmalloc(PA_ALIGN(sizeof(struct chunk)) + l); c->length = l;