Bugfix: The fixed-length part needs two iovecs reserved, just like all the other parts.
This commit is contained in:
parent
b46953f46c
commit
45e1cc0935
|
|
@ -567,7 +567,7 @@ authorization from the authors.
|
|||
<xsl:variable name="struct"
|
||||
select="$pass1/xcb/struct[@name=current()/@ref]" />
|
||||
|
||||
<xsl:variable name="num-parts" select="1+count($struct/list)*2" />
|
||||
<xsl:variable name="num-parts" select="(1+count($struct/list))*2" />
|
||||
|
||||
<l>static const XCBProtocolRequest xcb_req = {</l>
|
||||
<indent>
|
||||
|
|
|
|||
Loading…
Reference in New Issue