]> sigrok.org Git - libsigrok.git/commit
dmm/bm52x: silence compiler warning related to printf() buffer size
authorGerhard Sittig <redacted>
Tue, 9 Aug 2022 16:05:49 +0000 (18:05 +0200)
committerGerhard Sittig <redacted>
Tue, 9 Aug 2022 16:05:49 +0000 (18:05 +0200)
commit9eba5419ef0f7c5ed6590d15d74a42c1eed97fc1
tree5da4b451085cb2266b7328293c1294b9dd867a08
parentffd150decfdde9c1bcfc291f633ac6aa91f140b3
dmm/bm52x: silence compiler warning related to printf() buffer size

Increase another text buffer's size to cover the maximum length that an
integer could occupy in theory. Which amends commit 46a36bf0bb2e.

The previous implementation did not suffer from any issue, we know the
number of recordings in the BM52x DMM to remain small. This change only
silences a compiler warning, doesn't change the parser's behaviour.
src/dmm/bm52x.c