Bugfix: The fixed-length part needs two iovecs reserved, just like all the other parts.

This commit is contained in:
Jamey Sharp 2006-03-02 23:12:21 -08:00
parent b46953f46c
commit 45e1cc0935

View File

@ -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>