1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-07-30 10:24:24 +02:00

Compare commits

..

1 Commits

Author SHA1 Message Date
1fb7448afd Merge 9bb04d7154 into 74cf139b01 2024-06-04 11:34:47 +00: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 false;
return 3;
samples = col;
return true;