From 24f8010136522dfec9356547cfd549dac829a7e2 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Tue, 3 Sep 2013 10:31:41 -0700 Subject: 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 Reviewed-by: Jasper St. Pierre --- specs/bigreq.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specs/bigreq.xml b/specs/bigreq.xml index 13a233e..1d1d84d 100644 --- a/specs/bigreq.xml +++ b/specs/bigreq.xml @@ -277,8 +277,8 @@ maximum-request-length - 2 - 0 + 20 + unused -- cgit v1.2.3