Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/rtosc.c
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ size_t rtosc_amessage(char *buffer,

static rtosc_arg_t extract_arg(const uint8_t *arg_pos, char type)
{
rtosc_arg_t result = {0};
rtosc_arg_t result = {};
//trivial case
if(!has_reserved(type)) {
switch(type)
Expand Down