diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-07-14 09:53:19 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-07-14 09:53:19 +0200 |
commit | eb71be42194b7387f8706cabf3584e2a00deb495 (patch) | |
tree | 151045f43277bf6dbbe7a22139a2b8f5488f512f /doc/it/weechat_plugin_api.it.adoc | |
parent | 8cd13ef58089c6b15bdc4e45c8ac8b2666bd7c9d (diff) | |
download | weechat-eb71be42194b7387f8706cabf3584e2a00deb495.zip |
doc/api: fix return value in case of error in function hdata_get_var_offset
Diffstat (limited to 'doc/it/weechat_plugin_api.it.adoc')
-rw-r--r-- | doc/it/weechat_plugin_api.it.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/it/weechat_plugin_api.it.adoc b/doc/it/weechat_plugin_api.it.adoc index 9ba5c30f0..4026f38c4 100644 --- a/doc/it/weechat_plugin_api.it.adoc +++ b/doc/it/weechat_plugin_api.it.adoc @@ -18464,7 +18464,7 @@ Argomenti: Valore restituito: -* offset della variabile, 0 in caso di errore +* offset della variabile, -1 in caso di errore Esempio in C: |