Helps to save...
This commit is contained in:
parent
cff27d7ae1
commit
d254c1eca9
@ -485,7 +485,6 @@ int import(char *filename) {
|
|||||||
|
|
||||||
|
|
||||||
for (i=strlen(body) -2; i > 0; i--) {
|
for (i=strlen(body) -2; i > 0; i--) {
|
||||||
|
|
||||||
if (strstr(&body[i], "\r---\r") != NULL) {
|
if (strstr(&body[i], "\r---\r") != NULL) {
|
||||||
sprintf(buffer, "\r---\r * Origin: mnet->ftn (%s)", fido_addr);
|
sprintf(buffer, "\r---\r * Origin: mnet->ftn (%s)", fido_addr);
|
||||||
body = realloc(body, strlen(body) + strlen(buffer) + 1);
|
body = realloc(body, strlen(body) + strlen(buffer) + 1);
|
||||||
|
Reference in New Issue
Block a user