diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2020-06-01 23:18:16 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2020-06-01 23:18:16 +0200 |
commit | 03724423da2bd2b55c151a9742aa3edec00776d7 (patch) | |
tree | d1b859f652b5e83dafcbbff37226784f42628a80 /doc/fr | |
parent | 8818fbb233d4b21e8ae8bc0f83db673dea440fd4 (diff) | |
download | weechat-03724423da2bd2b55c151a9742aa3edec00776d7.zip |
doc: fix example of NULL pointer (relay protocol)
Diffstat (limited to 'doc/fr')
-rw-r--r-- | doc/fr/weechat_relay_protocol.fr.adoc | 4 |
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]] |