mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-06-30 21:09:15 +02: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 (!bs.read(i + 1))
|
||||
return 3;
|
||||
return false;
|
||||
|
||||
samples = col;
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user