Helps to save...

This commit is contained in:
Andrew Pamment 2018-05-24 19:12:54 +10:00
parent cff27d7ae1
commit d254c1eca9

View File

@ -485,7 +485,6 @@ int import(char *filename) {
for (i=strlen(body) -2; i > 0; i--) {
if (strstr(&body[i], "\r---\r") != NULL) {
sprintf(buffer, "\r---\r * Origin: mnet->ftn (%s)", fido_addr);
body = realloc(body, strlen(body) + strlen(buffer) + 1);