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

Fixed error handling

This commit is contained in:
Martin Tůma 2024-06-04 23:25:30 +02:00
parent 74cf139b01
commit 69951fe248

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;