mirror of
https://gitlab.freedesktop.org/xorg/proto/xcbproto.git
synced 2026-05-07 17:48:03 +02:00
Fix ChangeHosts address string
ChangeHosts incorrectly encodes address as a string, not a binary blob. It should be the same as in the HOSTS structure. Fixes #43604 Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
e4dec4873a
commit
08eb095955
1 changed files with 1 additions and 1 deletions
|
|
@ -2295,7 +2295,7 @@ authorization from the authors.
|
|||
<field type="CARD8" name="family" enum="Family" />
|
||||
<pad bytes="1" />
|
||||
<field type="CARD16" name="address_len" />
|
||||
<list type="char" name="address">
|
||||
<list type="BYTE" name="address">
|
||||
<fieldref>address_len</fieldref>
|
||||
</list>
|
||||
</request>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue