forgot the @ sign
This commit is contained in:
parent
7cca518dfc
commit
b53d824256
@ -300,7 +300,7 @@ int export_messages(int area) {
|
||||
|
||||
for (i=strlen(body) -2; i > 0; i--) {
|
||||
if (body[i] == '\r') {
|
||||
sprintf(buffer, "\r * Origin: ftn->mnet (%d)\r", mynode);
|
||||
sprintf(buffer, "\r * Origin: ftn->mnet (@%d)\r", mynode);
|
||||
body = realloc(body, strlen(body) + strlen(buffer) + 1);
|
||||
strcpy(&body[i], buffer);
|
||||
break;
|
||||
|
Reference in New Issue
Block a user