mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-02-21 10:10:49 +01:00
Compare commits
1 Commits
9f461c541a
...
1fb7448afd
Author | SHA1 | Date | |
---|---|---|---|
|
1fb7448afd |
@ -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 false;
|
return 3;
|
||||||
|
|
||||||
samples = col;
|
samples = col;
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user