small bugfix
This commit is contained in:
parent
65aecc3565
commit
f72ee0b7ac
@ -63,7 +63,7 @@ public:
|
||||
/* Endianness will always be MACHINE, so we can simply use memcpy
|
||||
here. */
|
||||
std::memcpy(timeStamp, *buffer, timeStampSize);
|
||||
*size += timeStampSize;
|
||||
*size -= timeStampSize;
|
||||
*buffer += timeStampSize;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user