mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-12 19:33:03 +00:00
Fixed bug with inline smileys
SVN revision: 1617
This commit is contained in:
parent
be600b1d74
commit
d8a84e199e
@ -5716,9 +5716,9 @@ void rsputs_elcode(LOGBOOK * lbs, BOOL email_notify, const char *str)
|
|||||||
if (strstr(link, "%s")) {
|
if (strstr(link, "%s")) {
|
||||||
strcpy(tmp, link);
|
strcpy(tmp, link);
|
||||||
if (email_notify)
|
if (email_notify)
|
||||||
compose_base_url(NULL, base_url, sizeof(base_url));
|
compose_base_url(lbs, base_url, sizeof(base_url));
|
||||||
else
|
else
|
||||||
strlcpy(base_url, lbs->name_enc, sizeof(base_url));
|
base_url[0] = 0;
|
||||||
sprintf(link, tmp, base_url);
|
sprintf(link, tmp, base_url);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user