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.
const struct sr_dev_inst *sdi, const struct sr_channel_group *cg)
{
struct brymen_bm52x_state *state;
- char text[20];
+ char text[32];
state = st;