mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-09 19:50:26 +03:00
Also trim , at the end of http links.
This commit is contained in:
parent
336f731a51
commit
067747cc7c
2
format.c
2
format.c
@ -72,7 +72,7 @@ static xs_str *format_line(const char *line, xs_list **attach)
|
||||
else
|
||||
if (xs_startswith(v, "http")) {
|
||||
xs *u = xs_replace(v, "#", "#");
|
||||
xs *v2 = xs_strip_chars_i(xs_dup(u), ".)");
|
||||
xs *v2 = xs_strip_chars_i(xs_dup(u), ".,)");
|
||||
|
||||
const char *mime = xs_mime_by_ext(v2);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user