mirror of
https://github.com/weechat/weechat.git
synced 2026-07-04 08:43:13 +02:00
doc: fix example for function strcasecmp_range in Italian plugin API reference
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user