mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 03:35:53 +01:00
Compare commits
2 Commits
1fb7448afd
...
9f461c541a
Author | SHA1 | Date | |
---|---|---|---|
|
9f461c541a | ||
69951fe248 |
@ -53,7 +53,7 @@ bool JLS::processRunMode(BitStream &bs, quint16 col, quint16 &samples)
|
|||||||
|
|
||||||
if (cnt >= col) {
|
if (cnt >= col) {
|
||||||
if (!bs.read(i + 1))
|
if (!bs.read(i + 1))
|
||||||
return 3;
|
return false;
|
||||||
|
|
||||||
samples = col;
|
samples = col;
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user