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:
@ -94,7 +94,6 @@ bool SubFile::readVUInt32(Handle &hdl, quint32 &val) const
|
||||
val |= (((quint32)b) << (i * 8)) >> (8 - shift);
|
||||
|
||||
}
|
||||
val--;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user