aboutsummaryrefslogtreecommitdiffhomepage
path: root/artnet.c
diff options
context:
space:
mode:
Diffstat (limited to 'artnet.c')
-rw-r--r--artnet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/artnet.c b/artnet.c
index f10e6ec..82b4486 100644
--- a/artnet.c
+++ b/artnet.c
@@ -320,7 +320,7 @@ static int artnet_set(instance* inst, size_t num, channel** c, channel_value* v)
.universe = data->uni,
.net = data->net,
.length = htobe16(512),
- .data = {}
+ .data = {0}
};
memcpy(frame.data, data->data.out, 512);