From d61d10eb6773b99e235ab5fc93f57f9384e8acf7 Mon Sep 17 00:00:00 2001 From: Zygmunt Krynicki Date: Thu, 16 Apr 2020 06:55:42 +0000 Subject: [PATCH] spec: fix typo in example The length of "bar" is encoded as 3. The annotation is incorrect. --- doc/dbus-specification.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml index 9d759b491..48801358a 100644 --- a/doc/dbus-specification.xml +++ b/doc/dbus-specification.xml @@ -1179,7 +1179,7 @@ 0x00 trailing nul 0x00 0x00 2 bytes of padding to reach next multiple of 4 -0x03 0x00 0x00 0x00 length of ‘bar’ = 1 +0x03 0x00 0x00 0x00 length of ‘bar’ = 3 0x62 0x61 0x72 ‘bar’ 0x00 trailing nul -- 2.47.3