1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-10-06 06:43:22 +02:00

Compare commits

...

2 Commits

Author SHA1 Message Date
imonlyfourteen
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;