OSC: Don't swallow up all parameterless messages.

pull/3/head
Jonathan Moore Liles 2012-02-09 00:37:49 -08:00
parent 18a1429b22
commit 2d7279a931
1 changed files with 1 additions and 4 deletions

View File

@ -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 );