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 for dumb compilers
Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.2.0-RC1
falkTX
4 years ago
parent
96a914ebca
commit
e697553406
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
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/engine/CarlaEngineJack.cpp
+ 1
- 1
source/backend/engine/CarlaEngineJack.cpp
View File
@@ -3160,7 +3160,7 @@ protected:
groupName.truncate(groupName.rfind(newShortName, &found)-1);
CARLA_SAFE_ASSERT_RETURN(found,);
uint groupId, portId;
uint groupId, portId
= 0
;
char portName[STR_MAX];
found = false;
Write
Preview
Loading…
Cancel
Save