1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-08 10:43:13 +02:00

doc: fix example of NULL pointer (relay protocol)

This commit is contained in:
Sébastien Helleu
2020-06-01 23:18:16 +02:00
parent 8818fbb233
commit 03724423da
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -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]]