mirror of
https://github.com/lumapu/ahoy.git
synced 2025-04-29 10:16:21 +02:00
0.7.16
fix typo
This commit is contained in:
parent
ffe7d47b31
commit
aaf685f465
1 changed files with 2 additions and 2 deletions
|
@ -182,14 +182,14 @@ class PubMqttIvData {
|
|||
break;
|
||||
case 1:
|
||||
if(!mAllTotalFound) {
|
||||
mPos++
|
||||
mPos++;
|
||||
return;
|
||||
}
|
||||
fieldId = FLD_YT;
|
||||
break;
|
||||
case 2:
|
||||
if(!mAllTotalFound) {
|
||||
mPos++
|
||||
mPos++;
|
||||
return;
|
||||
}
|
||||
fieldId = FLD_YD;
|
||||
|
|
Loading…
Add table
Reference in a new issue