]> sigrok.org Git - libsigrok.git/blobdiff - src/input/wav.c
input/csv: style nits, drop @brief and DIAG in debug output
[libsigrok.git] / src / input / wav.c
index 66dfce98e84a47f26fcf11827d9072c2e12fad51..b6d55888bf54d3499f4d694ae061f80235ab94a6 100644 (file)
@@ -320,7 +320,7 @@ static int receive(struct sr_input *in, GString *buf)
 {
        struct context *inc;
        int ret;
-       char channelname[8];
+       char channelname[16];
 
        g_string_append_len(in->buf, buf->str, buf->len);