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
43
Activity
Browse Source
Fix possibly unitialized var
tags/1.9.7
falkTX
10 years ago
parent
b321dc2644
commit
34bc353bc2
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
source/plugin/carla-lv2.cpp
+ 1
- 1
source/plugin/carla-lv2.cpp
View File
@@ -677,7 +677,7 @@ public:
{
fUI.isVisible = true;
intptr_t parentId;
intptr_t parentId
= 0
;
for (int i=0; features[i] != nullptr; ++i)
{
Write
Preview
Loading…
Cancel
Save