mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 12:10:09 +02:00
Clean up after reverting buffer handling change
This is what you get from not taking any breaks.
This commit is contained in:
@@ -279,7 +279,7 @@ class DispatchDataConverter : DefaultDataConverter {
|
||||
std::get<std::vector<uint8_t>>(response.payload);
|
||||
chunk.assign(buffer.begin(), buffer.end());
|
||||
|
||||
*static_cast<void**>(data) = chunk.data();
|
||||
*static_cast<uint8_t**>(data) = chunk.data();
|
||||
} break;
|
||||
case effGetInputProperties:
|
||||
case effGetOutputProperties: {
|
||||
|
||||
Reference in New Issue
Block a user