mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-04-24 09:10:40 +02:00
Typo correction, 'i' is not a '1', so no longer crash on some Xi requests.
This commit is contained in:
parent
8d709f0280
commit
0a3740a000
1 changed files with 1 additions and 1 deletions
|
|
@ -178,7 +178,7 @@ ProcXSelectExtensionEvent(register ClientPtr client)
|
|||
return Success;
|
||||
}
|
||||
|
||||
if (HandleDevicePresenceMask(client, pWin, (XEventClass *) & stuff[i],
|
||||
if (HandleDevicePresenceMask(client, pWin, (XEventClass *) & stuff[1],
|
||||
&stuff->count) != Success) {
|
||||
SendErrorToClient(client, IReqCode, X_SelectExtensionEvent, 0,
|
||||
BadAlloc);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue