From 83f8134780499def6fe2973934d5b7b8e015e28f Mon Sep 17 00:00:00 2001 From: Jason Conti Date: Sat, 27 Aug 2016 15:35:54 -0400 Subject: * Scan the notification body for links and mark them up, escape everything else --- src/urlregex.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/urlregex.c') diff --git a/src/urlregex.c b/src/urlregex.c index 3bab8c1..3706fdb 100644 --- a/src/urlregex.c +++ b/src/urlregex.c @@ -49,6 +49,7 @@ static char *urlregex_expand(GMatchInfo *match_info, UrlRegexFlavor flavor); * urlregex_init: * * Compiles all of the url matching regular expressions. + * FIXME: Return immediately or error if initialized more than once **/ void urlregex_init(void) -- cgit v1.2.3