mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-04-05 19:18:38 -04:00
ScopeVis: fixed multiple stream input. Fixes #872
This commit is contained in:
parent
f66eaa5b8f
commit
989de2ab65
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user