From: Vincent W. Chen Date: Thu, 10 Apr 2014 01:48:56 +0000 (-0700) Subject: xprint: Fix in PrintGetAttributes reply X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70fea02b7d90d86e9d3b0dc5b61406bf4c910999;p=free-sw%2Fxcb%2Fproto xprint: Fix in PrintGetAttributes reply The reply for PrintGetAttributes contains a field of type STRING8, which makes no sense as the STRING8 type is only used to denote a string. This has been changed to with field "stringLen" as its length. Reviewed-by: Peter Harris --- diff --git a/src/xprint.xml b/src/xprint.xml index ffd8df1..e32293f 100644 --- a/src/xprint.xml +++ b/src/xprint.xml @@ -235,7 +235,9 @@ authorization from the authors. - + + stringLen +