This commit is contained in:
Collin 2025-07-04 13:42:23 -07:00 committed by GitHub
commit e1cf1e10bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -777,7 +777,7 @@ XkbResizeKeyActions(XkbDescPtr xkb, int key, int needed)
free(xkb->server->acts); free(xkb->server->acts);
xkb->server->acts = newActs; xkb->server->acts = newActs;
xkb->server->num_acts = nActs; xkb->server->num_acts = nActs;
return &xkb->server->acts[xkb->server->key_acts[key]]; return &newActs[xkb->server->key_acts[key]];
} }
void void