ScopeVis: fixed multiple stream input. Fixes #872

pull/962/head
f4exb 2021-07-13 17:28:21 +02:00
rodzic f66eaa5b8f
commit 989de2ab65
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -867,7 +867,7 @@ private:
void writeCurrent(const std::vector<ComplexVector::const_iterator>& vbegin, int length)
{
for (unsigned int i = 0; i < vbegin.size(); i++) {
current().write(vbegin[i], length);
current(i).write(vbegin[i], length);
}
}