OSC: Don't swallow up all parameterless messages.
This commit is contained in:
parent
18a1429b22
commit
2d7279a931
|
@ -69,10 +69,7 @@ namespace OSC
|
|||
OSC_DMSG();
|
||||
|
||||
if ( path[ strlen(path) - 1 ] != '/' )
|
||||
{
|
||||
DMESSAGE( "Unknown OSC signal %s", path );
|
||||
return 0;
|
||||
}
|
||||
return -1;
|
||||
|
||||
char *paths = ((Endpoint*)user_data)->get_paths( path );
|
||||
|
||||
|
|
Loading…
Reference in New Issue