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
Allow list of lv2 folders to be empty
tags/1.9.6
falkTX
11 years ago
parent
ffadc02f78
commit
9d2fd9c095
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
source/utils/CarlaLv2Utils.hpp
+ 1
- 1
source/utils/CarlaLv2Utils.hpp
View File
@@ -374,7 +374,7 @@ public:
void initIfNeeded(const char* const LV2_PATH)
{
CARLA_SAFE_ASSERT_RETURN(LV2_PATH != nullptr
&& LV2_PATH[0] != '\0'
,);
CARLA_SAFE_ASSERT_RETURN(LV2_PATH != nullptr,);
if (! needsInit)
return;
Write
Preview
Loading…
Cancel
Save