bug fixes
This commit is contained in:
parent
d1943718f9
commit
3962bdc9fe
@ -49,6 +49,8 @@ void InputParser::process()
|
||||
computeEpochDate();
|
||||
break;
|
||||
case 3:
|
||||
if(currentLine.maxFreq==maxFreq) currentY++;
|
||||
|
||||
minFreq=qMin(minFreq,currentLine.minFreq);
|
||||
maxFreq=qMax(maxFreq,currentLine.maxFreq);
|
||||
break;
|
||||
@ -67,8 +69,6 @@ void InputParser::process()
|
||||
case '\n':
|
||||
sendPixel();
|
||||
|
||||
if(currentLine.maxFreq==maxFreq) currentY++;
|
||||
|
||||
lastMaxFreq=currentLine.maxFreq;
|
||||
|
||||
index=0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user