This commit is contained in:
Andrew Pamment 2018-05-24 19:05:02 +10:00
parent 7e4d112014
commit f176690ca3

View File

@ -489,6 +489,7 @@ int import(char *filename) {
sprintf(buffer, "\r---\r * Origin: mnet->ftn (%s)", fido_addr);
body = realloc(body, strlen(body) + strlen(buffer) + 1);
strcat(body, buffer);
break;
}
}