]> sigrok.org Git - libsigrok.git/commitdiff
input/wav: Fix incorrect memset() call.
authorUwe Hermann <redacted>
Sat, 24 Jun 2017 15:26:02 +0000 (17:26 +0200)
committerUwe Hermann <redacted>
Sat, 24 Jun 2017 15:26:02 +0000 (17:26 +0200)
  ../src/input/wav.c: In function ‘send_chunk’:
  ../src/input/wav.c:200:2: warning: ‘memset’ used with length equal to number of elements without multiplication by element size [-Wmemset-elt-size]
    memset(fdata, 0, CHUNK_SIZE);
    ^~~~~~


No differences found