Fix inner loop

This commit is contained in:
LordGrey 2024-05-31 19:59:35 +02:00
parent 77c9cf0302
commit c0abad581a

View File

@ -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 << ", ";