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:
		@@ -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 << ", ";
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user