1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-06-30 21:09:15 +02:00

Compare commits

..

2 Commits

Author SHA1 Message Date
9f461c541a Merge 9bb04d7154 into 69951fe248 2024-06-04 23:26:09 +02:00
69951fe248 Fixed error handling 2024-06-04 23:25:30 +02:00

View File

@ -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;