mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Fix inner loop
This commit is contained in:
parent
77c9cf0302
commit
c0abad581a
@ -153,7 +153,7 @@ namespace hyperion {
|
||||
|
||||
std::stringstream sStream;
|
||||
const QStringList ledIndexList = ledIndicesStr.split(",");
|
||||
for (int j=0; j<ledIndexList.size(); ++i) {
|
||||
for (int j=0; j<ledIndexList.size(); ++j) {
|
||||
if (j > 0)
|
||||
{
|
||||
sStream << ", ";
|
||||
|
Loading…
x
Reference in New Issue
Block a user