summaryrefslogtreecommitdiff
path: root/doc/en
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2020-06-01 23:18:16 +0200
committerSébastien Helleu <flashcode@flashtux.org>2020-06-01 23:18:16 +0200
commit03724423da2bd2b55c151a9742aa3edec00776d7 (patch)
treed1b859f652b5e83dafcbbff37226784f42628a80 /doc/en
parent8818fbb233d4b21e8ae8bc0f83db673dea440fd4 (diff)
downloadweechat-03724423da2bd2b55c151a9742aa3edec00776d7.zip
doc: fix example of NULL pointer (relay protocol)
Diffstat (limited to 'doc/en')
-rw-r--r--doc/en/weechat_relay_protocol.en.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/en/weechat_relay_protocol.en.adoc b/doc/en/weechat_relay_protocol.en.adoc
index 6500a6765..76c1b150a 100644
--- a/doc/en/weechat_relay_protocol.en.adoc
+++ b/doc/en/weechat_relay_protocol.en.adoc
@@ -2460,10 +2460,10 @@ A _NULL_ pointer has a length of 1 with value 0:
....
┌────╥────┐
-│ 01 ║ 00 │ ────► NULL (0x0)
+│ 01 ║ 30 │ ────► NULL (0x0)
└────╨────┘
└──┘ └──┘
-length 0
+length '0'
....
[[object_time]]