aboutsummaryrefslogtreecommitdiffhomepage
path: root/backends/sacn.c
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2020-10-10 17:30:15 +0200
committercbdev <cb@cbcdn.com>2020-10-10 17:30:15 +0200
commit70f1ca5bbb3156d9d2b90a115ba88495e5151b55 (patch)
treeac6065116230787f372d0ccd9c6ae15fa146bf1b /backends/sacn.c
parent588503226ff61c2a440f19e050691af93cef0f5f (diff)
downloadmidimonster-70f1ca5bbb3156d9d2b90a115ba88495e5151b55.tar.gz
midimonster-70f1ca5bbb3156d9d2b90a115ba88495e5151b55.tar.bz2
midimonster-70f1ca5bbb3156d9d2b90a115ba88495e5151b55.zip
Update some comments
Diffstat (limited to 'backends/sacn.c')
-rw-r--r--backends/sacn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/sacn.c b/backends/sacn.c
index 0ea7b58..e395ae2 100644
--- a/backends/sacn.c
+++ b/backends/sacn.c
@@ -385,7 +385,7 @@ static int sacn_set(instance* inst, size_t num, channel** c, channel_value* v){
//send packet if required
if(mark){
- //find output instance data
+ //find output control data for the instance
for(u = 0; u < global_cfg.fd[data->fd_index].universes; u++){
if(global_cfg.fd[data->fd_index].universe[u].universe == data->uni){
break;