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();
|
OSC_DMSG();
|
||||||
|
|
||||||
if ( path[ strlen(path) - 1 ] != '/' )
|
if ( path[ strlen(path) - 1 ] != '/' )
|
||||||
{
|
return -1;
|
||||||
DMESSAGE( "Unknown OSC signal %s", path );
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
char *paths = ((Endpoint*)user_data)->get_paths( path );
|
char *paths = ((Endpoint*)user_data)->get_paths( path );
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue