mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 11:56:28 -04:00
11 lines
393 B
C++
11 lines
393 B
C++
--- src/effects/vamp/LoadVamp.cpp.orig 2016-01-08 22:05:48 UTC
|
|
+++ src/effects/vamp/LoadVamp.cpp
|
|
@@ -266,7 +266,7 @@ Plugin *VampEffectsModule::FindPlugin(co
|
|
Plugin *vp = PluginLoader::getInstance()->loadPlugin(key, 48000); // rate doesn't matter here
|
|
if (!vp)
|
|
{
|
|
- return false;
|
|
+ return NULL;
|
|
}
|
|
|
|
// We limit the listed plugin outputs to those whose results can
|