1
0
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:
Sébastien Helleu
2014-07-05 10:13:46 +02:00
parent e75fef58c4
commit d936880392
+2
View File
@@ -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 *