]> sigrok.org Git - libsigrokdecode.git/commit - type_decoder.c
type_decoder: eliminate explicit string length spec for literals
authorGerhard Sittig <redacted>
Sat, 25 Dec 2021 18:53:11 +0000 (19:53 +0100)
committerGerhard Sittig <redacted>
Sun, 26 Dec 2021 12:45:09 +0000 (13:45 +0100)
commit487890c822762d9886dfd022ed599c9909ceaab9
treefa5d44c6837c0bd165144060af026bbfd3d8e359
parent7337906cd06569485cbb88ff837b1cfce29cfd48
type_decoder: eliminate explicit string length spec for literals

Rephrase the 'names[]' array declaration in output_type_name() to avoid
the necessity of guessing what the maximum length of the literals might
be during future maintenance. Developers need not care when the compiler
can handle this detail.
type_decoder.c