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
|
/* Endianness will always be MACHINE, so we can simply use memcpy
|
||||||
here. */
|
here. */
|
||||||
std::memcpy(timeStamp, *buffer, timeStampSize);
|
std::memcpy(timeStamp, *buffer, timeStampSize);
|
||||||
*size += timeStampSize;
|
*size -= timeStampSize;
|
||||||
*buffer += timeStampSize;
|
*buffer += timeStampSize;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user