From 70fea02b7d90d86e9d3b0dc5b61406bf4c910999 Mon Sep 17 00:00:00 2001 From: "Vincent W. Chen" Date: Wed, 9 Apr 2014 18:48:56 -0700 Subject: [PATCH] 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 --- src/xprint.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 + -- 2.34.1