Browse Source

Allow list of lv2 folders to be empty

tags/1.9.6
falkTX 11 years ago
parent
commit
9d2fd9c095
1 changed files with 1 additions and 1 deletions
  1. +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;


Loading…
Cancel
Save