mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 09:28:40 +02:00
VSA: Discard timestamp top bit
This commit is contained in:
committed by
Kyle Schwarz
parent
58b22da09b
commit
f22d666f94
@@ -57,7 +57,7 @@ public:
|
||||
*
|
||||
* @return The timestamp of this record
|
||||
*/
|
||||
uint64_t getTimestamp() override { return timestamp; }
|
||||
uint64_t getTimestamp() override { return timestamp & UINT63_MAX; }
|
||||
|
||||
private:
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user