Xi: swap control in DevicePresenceNotify
This commit is contained in:
parent
be21630164
commit
eae6594d03
|
@ -658,6 +658,7 @@ SDevicePresenceNotifyEvent (devicePresenceNotify *from, devicePresenceNotify *to
|
||||||
*to = *from;
|
*to = *from;
|
||||||
swaps(&to->sequenceNumber,n);
|
swaps(&to->sequenceNumber,n);
|
||||||
swapl(&to->time, n);
|
swapl(&to->time, n);
|
||||||
|
swaps(&to->control, n);
|
||||||
}
|
}
|
||||||
|
|
||||||
/************************************************************************
|
/************************************************************************
|
||||||
|
|
Loading…
Reference in New Issue