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
Forgot a water prefix..
Signed-off-by: falkTX <falktx@falktx.com>
pull/1689/head
falkTX
2 years ago
parent
a2791c9676
commit
9fff0e9b17
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/plugin/CarlaPluginCLAP.cpp
+ 1
- 1
source/backend/plugin/CarlaPluginCLAP.cpp
View File
@@ -423,7 +423,7 @@ public:
const clap_plugin_entry_t* entry;
#ifdef CARLA_OS_MAC
if (!File(filename).existsAsFile())
if (!
water::
File(filename).existsAsFile())
{
if (! fBundleLoader.load(filename))
{
Write
Preview
Loading…
Cancel
Save