From aebdcd0392faeb2524860f3a4aa7b450ec5f802e Mon Sep 17 00:00:00 2001 From: "Alexander S. Aganichev" Date: Fri, 14 Dec 2001 15:54:21 +0000 Subject: [PATCH] Fixed REPLY kludge --- goldlib/gmb3/gmosmb1.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/goldlib/gmb3/gmosmb1.cpp b/goldlib/gmb3/gmosmb1.cpp index 0154a89..bc03316 100644 --- a/goldlib/gmb3/gmosmb1.cpp +++ b/goldlib/gmb3/gmosmb1.cpp @@ -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]);