Clean up after reverting buffer handling change

This is what you get from not taking any breaks.
This commit is contained in:
Robbert van der Helm
2020-04-30 22:45:22 +02:00
parent eb94f63e2c
commit 6c496da455
2 changed files with 30 additions and 36 deletions
+1 -1
View File
@@ -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: {