]> sigrok.org Git - pulseview.git/commit
Signal: Add missing item separator in channel names list
authorGerhard Sittig <redacted>
Mon, 21 Nov 2022 13:20:53 +0000 (14:20 +0100)
committerGerhard Sittig <redacted>
Mon, 21 Nov 2022 13:21:41 +0000 (14:21 +0100)
commit3919e81ffabe47405d4894ec437af83b010f4d27
tree06608b2de6805e86d80bd0a9b634bb2625b288d2
parenta7988e20ee451ccc81f43635af41c3bff1ccc783
Signal: Add missing item separator in channel names list

The SCL item in the ChannelNames[] table lacked the separator, which
made it "run into" the next item (preprocessor string concatenation).
Add the missing separator.

This amends commits 9e40e83daf6a (which introduced the lack of the
separator while it did not take effect yet) and 7d5a9c3e79cb (which
made it take effect when items got added and rearranged).

Reported-By: Dominik Sliwa <redacted>
pv/views/trace/signal.cpp