This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
42
Activity
Browse Source
Fix typo
Signed-off-by: falkTX <falktx@gmail.com>
tags/v2.1-alpha2
falkTX
5 years ago
parent
8672df82ad
commit
ebdfa4046d
Signed by:
falkTX
<falktx@gmail.com>
GPG Key ID:
2D3445A829213837
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
Write
Preview
Loading…
Cancel
Save