]> sigrok.org Git - libsigrokdecode.git/commitdiff
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)
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.


No differences found