From 661a989b5845d1f4c9ba155343e4f9429a0cd70d Mon Sep 17 00:00:00 2001 From: Andrew Pamment Date: Thu, 24 May 2018 20:01:25 +1000 Subject: [PATCH] another try --- utils/mnetftn/ftntomnet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/mnetftn/ftntomnet.c b/utils/mnetftn/ftntomnet.c index 5a8fe74..a273eff 100644 --- a/utils/mnetftn/ftntomnet.c +++ b/utils/mnetftn/ftntomnet.c @@ -220,7 +220,7 @@ int export_messages(int area) { continue; } - if (jmh.Attribute & JAM_MSG_LOCAL || jmh.Attribute & JAM_MSG_SENT) { + if (jmh.Attribute & JAM_MSG_LOCAL) { JAM_DelSubPacket(jsp); continue; } else {