Fixed REPLY kludge

This commit is contained in:
Alexander S. Aganichev 2001-12-14 15:54:21 +00:00
parent eeb0fb8246
commit aebdcd0392

View File

@ -381,7 +381,7 @@ int SMBArea::load_msg(gmsg* msg)
sprintf(buf, "\001In-Reply-To: %s\r", (char *)smsg.hfield_dat[i]);
goto add;
case FIDOREPLYID:
sprintf(buf, "\001REPLYID: %s\r", (char *)smsg.hfield_dat[i]);
sprintf(buf, "\001REPLY: %s\r", (char *)smsg.hfield_dat[i]);
goto add;
case FIDOPID:
sprintf(buf, "\001PID: %s\r", (char *)smsg.hfield_dat[i]);