1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-07-18 04:44:23 +02:00

Made the variable record info parsing universal

This commit is contained in:
2019-09-18 09:11:46 +02:00
parent cdb641b204
commit 0a75298b2b
2 changed files with 1 additions and 2 deletions

View File

@ -94,7 +94,6 @@ bool SubFile::readVUInt32(Handle &hdl, quint32 &val) const
val |= (((quint32)b) << (i * 8)) >> (8 - shift);
}
val--;
return true;
}