Fixed broken inline images

SVN revision: 1624
This commit is contained in:
2006-01-19 15:52:13 +00:00
parent a5220a2c49
commit 4e4ed5565d
+1 -1
View File
@@ -5673,7 +5673,7 @@ void rsputs_elcode(LOGBOOK * lbs, BOOL email_notify, const char *str)
if (email_notify)
compose_base_url(lbs, hattrib, sizeof(hattrib));
else
strlcpy(hattrib, lbs->name_enc, sizeof(hattrib));
hattrib[0] = 0;
if (attrib[5] == '/') {
if (_current_message_id == 0) {
sprintf(param, "attachment%d", atoi(attrib + 6) - 1);