Browse Source
memcpy((char *)&packeta[1] - packeta->dwSpaceLeft, packet, dwSize); Source/msg.cpp does this calculation, which will be wrong if any padding is added. To get this to work correctly, pack the structures, as suggested by @AJenbo. Also, define TMEGAPKT_SIZE because pNext can be 4 or 8 bytes.pull/256/head
2 changed files with 4 additions and 1 deletions
Loading…
Reference in new issue