summaryrefslogtreecommitdiff
path: root/doc/fr
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/fr
parent8818fbb233d4b21e8ae8bc0f83db673dea440fd4 (diff)
downloadweechat-03724423da2bd2b55c151a9742aa3edec00776d7.zip
doc: fix example of NULL pointer (relay protocol)
Diffstat (limited to 'doc/fr')
-rw-r--r--doc/fr/weechat_relay_protocol.fr.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/fr/weechat_relay_protocol.fr.adoc b/doc/fr/weechat_relay_protocol.fr.adoc
index 67a233517..f370cf8bc 100644
--- a/doc/fr/weechat_relay_protocol.fr.adoc
+++ b/doc/fr/weechat_relay_protocol.fr.adoc
@@ -2493,10 +2493,10 @@ Un pointeur _NULL_ a une longueur de 1 avec la valeur 0 :
....
┌────╥────┐
-│ 01 ║ 00 │ ────► NULL (0x0)
+│ 01 ║ 30 │ ────► NULL (0x0)
└────╨────┘
└──┘ └──┘
-long. 0
+long. '0'
....
[[object_time]]