mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-09-05 22:57:47 -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)
|
void writeCurrent(const std::vector<ComplexVector::const_iterator>& vbegin, int length)
|
||||||
{
|
{
|
||||||
for (unsigned int i = 0; i < vbegin.size(); i++) {
|
for (unsigned int i = 0; i < vbegin.size(); i++) {
|
||||||
current().write(vbegin[i], length);
|
current(i).write(vbegin[i], length);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user