mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-27 02:57:22 +00:00
Removed wrong parameter
SVN revision: 1517
This commit is contained in:
parent
9865863656
commit
e5dc63f0e7
@ -5430,7 +5430,7 @@ void rsputs_elcode(LOGBOOK * lbs, BOOL email_notify, const char *str)
|
|||||||
else
|
else
|
||||||
sprintf(hattrib, "%s", attrib + 5);
|
sprintf(hattrib, "%s", attrib + 5);
|
||||||
|
|
||||||
} else if (strstr(attrib, "://", 7) == 0) /* add http:// if missing */
|
} else if (strstr(attrib, "://") == 0) /* add http:// if missing */
|
||||||
sprintf(hattrib, "http://%s", attrib);
|
sprintf(hattrib, "http://%s", attrib);
|
||||||
else
|
else
|
||||||
strlcpy(hattrib, attrib, sizeof(hattrib));
|
strlcpy(hattrib, attrib, sizeof(hattrib));
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user