Skip to content

bugfix in function channelmod_modify_cmd

Adeel Malik requested to merge bugfix_channelmod_modify_cmd into develop

In "random_channel.c" there is a typo in the function channelmod_modify_cmd , it should be "int s = sscanf(buff, "%i %ms %ms \n", &cd_id, &param, &value);" instead of "int s = sscanf(buff, "%*s %*s %i %ms %ms \n", &cd_id, &param, &value);.

Merge request reports