X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=strutil.c;h=9a791e1950f7c05e7f029bb99d509866e6f23007;hb=5097b0d0912165429aceddb5febbf68467b623f5;hp=cb84e57f9c106cfbdf1b314a85b364c685de138e;hpb=a7d05fcb388f142012035a0ed31bcf74d42bbe73;p=libsigrok.git diff --git a/strutil.c b/strutil.c index cb84e57f..9a791e19 100644 --- a/strutil.c +++ b/strutil.c @@ -131,7 +131,7 @@ SR_API char **sr_parse_triggerstring(struct sr_dev *dev, } tokens = g_strsplit(triggerstring, ",", max_probes); - trigger_types = dev->plugin->get_dev_info(0, SR_DI_TRIGGER_TYPES); + trigger_types = dev->plugin->dev_info_get(0, SR_DI_TRIGGER_TYPES); if (trigger_types == NULL) return NULL;