On Monday 02 December 2013 20:38:30 Simon Wunderlich wrote:
The compiler may decide to pad the structure, and then it does not have the expected size of 46 byte. Fix this by moving it in the pragma pack(2) part of the code.
Signed-off-by: Simon Wunderlich sw@simonwunderlich.de
packet.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Applied in revision 08a9dd9.
Thanks, Marek