Skip to content
Snippets Groups Projects
Commit 86a6648c authored by phil's avatar phil
Browse files

should not output if invalid command fix

parent 2b5698d8
No related branches found
No related tags found
No related merge requests found
......@@ -740,6 +740,7 @@ static void hid_cmd_report_id(hid_t *hid, t_symbol *s, int argc, t_atom *argv)
hid->report_id = atom_getfloat(argv);
} else {
error("invalid argument count");
return;
}
t_atom atom_report_id;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment