]> sigrok.org Git - libsigrok.git/commit
input/saleae: silence overzealous compiler warning
authorGerhard Sittig <redacted>
Wed, 21 Jul 2021 21:48:22 +0000 (23:48 +0200)
committerGerhard Sittig <redacted>
Wed, 4 Aug 2021 20:10:51 +0000 (22:10 +0200)
commitc3270084ba655950994f02e3620617f10a750d70
tree2f91fb284c30e303e6fdbef12e02c5422c96df43
parent46a36bf0bb2e46f6aee28f629e950fb923c2884f
input/saleae: silence overzealous compiler warning

Although the number of channels in data files saved by the Saleae export
feature remains small, recent compilers keep complaining about potential
truncation. Use a larger buffer to silence the warning message. No change
in behaviour.
src/input/saleae.c