Browse Source

Fix typo

Signed-off-by: falkTX <falktx@gmail.com>
tags/v2.1-alpha2
falkTX 5 years ago
parent
commit
ebdfa4046d
Signed by: falkTX <falktx@gmail.com> GPG Key ID: 2D3445A829213837
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      source/backend/plugin/CarlaPluginNative.cpp

+ 1
- 1
source/backend/plugin/CarlaPluginNative.cpp View File

@@ -2479,7 +2479,7 @@ public:
return false;
}

if (label == nullptr || label[0] != '\0')
if (label == nullptr || label[0] == '\0')
{
pData->engine->setLastError("null label");
return false;


Loading…
Cancel
Save