Fix length of padding in server reply

Length of "20" with unspecified contents was accidentally split into
a length of "2" and contents of "0" in the docbook conversion.
Verified against old spec in http://www.x.org/docs/Xext/bigreq.pdf

Reported-by: shoop_da_whoop on #xorg-devel IRC
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Jasper St. Pierre <jstpierre@mecheye.net>
This commit is contained in:
Alan Coopersmith 2013-09-03 10:31:41 -07:00
parent d6ed3e927a
commit 24f8010136

View file

@ -277,8 +277,8 @@
<entry>maximum-request-length</entry>
</row>
<row>
<entry>2</entry>
<entry>0</entry>
<entry>20</entry>
<entry></entry>
<entry>unused</entry>
</row>
</tbody>