Browse Source

Fix copy&paste typo leading to vst discovery crashes

tags/v1.9.11
falkTX 6 years ago
parent
commit
0ce52f5ca1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      source/discovery/carla-discovery.cpp

+ 1
- 1
source/discovery/carla-discovery.cpp View File

@@ -1150,7 +1150,7 @@ static void do_vst_check(lib_t& libHandle, const char* const filename, const boo
}
}

if (audioIns == 0)
if (audioOuts == 0)
{
bufferAudioOut[0] = nullptr;
}


Loading…
Cancel
Save