X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fwgt-info.c;h=7793cbe3117e7ecf640a92c110b38eee0ef836e5;hb=7553044c59814c33763bb4b1c34664dceed68735;hp=12b39669b0dedf80b45b612a89787310656253f6;hpb=c643fe4639e923b0a88e1a5d9df691418b540056;p=src%2Fapp-framework-main.git diff --git a/src/wgt-info.c b/src/wgt-info.c index 12b3966..7793cbe 100644 --- a/src/wgt-info.c +++ b/src/wgt-info.c @@ -1,5 +1,5 @@ /* - Copyright 2015, 2016, 2017 IoT.bzh + Copyright (C) 2015-2019 IoT.bzh author: José Bollo @@ -501,6 +501,7 @@ const char *wgt_info_param(const struct wgt_desc_feature *feature, const char *n while(param) { if (0 == strcmp(name, param->name)) return param->value; + param = param->next; } return NULL; }