X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=show.c;h=a6573e5a3acea9e241b81ad80964f18f9fbbc20a;hb=9a6e8ec4bc84d94e27c9a004a7b75caaa0ba7124;hp=8fbd0af157a028e959dec593f235c58b0ca4f399;hpb=0171a4a7a49fd1948b3e420bc553a024413d487e;p=sigrok-cli.git diff --git a/show.c b/show.c index 8fbd0af..a6573e5 100644 --- a/show.c +++ b/show.c @@ -441,7 +441,7 @@ void show_dev_detail(void) * returned, or which values for them. */ select_channels(sdi); - channel_group = select_channel_group(sdi); + channel_group = lookup_channel_group(sdi); if (!(opts = sr_dev_options(driver, sdi, channel_group))) /* Driver supports no device instance options. */