mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2025-12-25 04:40:07 +01:00
spec: fix typo in example
The length of "bar" is encoded as 3. The annotation is incorrect.
This commit is contained in:
parent
1530582863
commit
d61d10eb67
1 changed files with 1 additions and 1 deletions
|
|
@ -1179,7 +1179,7 @@
|
|||
0x00 <lineannotation>trailing nul</lineannotation>
|
||||
|
||||
0x00 0x00 <lineannotation>2 bytes of padding to reach next multiple of 4</lineannotation>
|
||||
0x03 0x00 0x00 0x00 <lineannotation>length of ‘bar’ = 1</lineannotation>
|
||||
0x03 0x00 0x00 0x00 <lineannotation>length of ‘bar’ = 3</lineannotation>
|
||||
0x62 0x61 0x72 <lineannotation>‘bar’</lineannotation>
|
||||
0x00 <lineannotation>trailing nul</lineannotation>
|
||||
</screen>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue