From: Zygmunt Krynicki Date: Thu, 16 Apr 2020 06:55:42 +0000 (+0000) Subject: spec: fix typo in example X-Git-Tag: dbus-1.13.14~4^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d61d10eb6773b99e235ab5fc93f57f9384e8acf7;p=thirdparty%2Fdbus.git spec: fix typo in example The length of "bar" is encoded as 3. The annotation is incorrect. --- 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