Browse Source

Minor fix

tags/1.9.4
falkTX 11 years ago
parent
commit
ca6ee010d6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      source/backend/engine/CarlaEngineOsc.cpp

+ 1
- 1
source/backend/engine/CarlaEngineOsc.cpp View File

@@ -221,7 +221,7 @@ int CarlaEngineOsc::handleMessage(const bool isTCP, const char* const path, cons
{
if (isDigit(path[nameSize+5]))
{
carla_stderr2("CarlaEngineOsc::handleMessage() - invalid plugin id, over 999? (value: \"%s\")", path+nameSize);
carla_stderr2("CarlaEngineOsc::handleMessage() - invalid plugin id, over 999? (value: \"%s\")", path+nameSize+1);
return 1;
}
else if (isDigit(path[nameSize+4]))


Loading…
Cancel
Save