Skip to content
Snippets Groups Projects

bugfix in function channelmod_modify_cmd

Merged 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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading