mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
doc: Clarify that null terminator is included in string length
Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net>
This commit is contained in:
parent
971a0a8b84
commit
eca836add5
1 changed files with 3 additions and 3 deletions
|
|
@ -149,9 +149,9 @@
|
|||
<term>string</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Starts with an unsigned 32-bit length, followed by the
|
||||
string contents, including terminating null byte, then padding
|
||||
to a 32-bit boundary.
|
||||
Starts with an unsigned 32-bit length (including null terminator),
|
||||
followed by the string contents, including terminating null byte,
|
||||
then padding to a 32-bit boundary.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue