diff options
-rw-r--r-- | doc/it/weechat_plugin_api.it.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/it/weechat_plugin_api.it.asciidoc b/doc/it/weechat_plugin_api.it.asciidoc index 4f3d875f1..8c2bf762e 100644 --- a/doc/it/weechat_plugin_api.it.asciidoc +++ b/doc/it/weechat_plugin_api.it.asciidoc @@ -632,7 +632,7 @@ Esempio in C: [source,C] ---- -int diff = weechat_strcasecmp ("nick{away}", "NICK[AWAY]"); /* == 0 */ +int diff = weechat_strcasecmp_range ("nick{away}", "NICK[away]", 29); /* == 0 */ ---- [NOTE] |