mirror of
https://github.com/X11Libre/xf86-input-synaptics.git
synced 2026-04-14 11:54:16 +00:00
Fixed bug in change 5b55777bf2.
This commit is contained in:
@@ -1407,7 +1407,7 @@ SynapticsParseRawPacket(LocalDevicePtr local, SynapticsPrivate *priv,
|
||||
if (ret != Success)
|
||||
return ret;
|
||||
|
||||
memset(hw, 0, sizeof(hw));
|
||||
memset(hw, 0, sizeof(*hw));
|
||||
|
||||
buf = priv->protoBuf;
|
||||
if (newabs) { /* newer protos...*/
|
||||
|
||||
Reference in New Issue
Block a user