mirror of
https://github.com/weechat/weechat.git
synced 2026-06-29 14:26:39 +02:00
core: add note about result that must be freed in function string_mask_to_regex
This commit is contained in:
@@ -782,6 +782,8 @@ string_is_word_char (const char *string)
|
||||
/*
|
||||
* Converts a mask (string with only "*" as wildcard) to a regex, paying
|
||||
* attention to special chars in a regex.
|
||||
*
|
||||
* Note: result must be freed after use.
|
||||
*/
|
||||
|
||||
char *
|
||||
|
||||
Reference in New Issue
Block a user