From 3b4628afad382f3b2446b100ff1489c2d8ef8d39 Mon Sep 17 00:00:00 2001 From: Andrew Leary Date: Sun, 9 Aug 2015 10:50:33 -0400 Subject: [PATCH] Remove Precise field from Via lines of AreaMgr/FileMgr Notify messages. --- mbfido/mgrutil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mbfido/mgrutil.c b/mbfido/mgrutil.c index 420889dd..2128c1ca 100644 --- a/mbfido/mgrutil.c +++ b/mbfido/mgrutil.c @@ -422,7 +422,7 @@ int UplinkRequest(faddr *t, faddr *From, int FileMgr, char *cmd) fprintf(qp, "Please note, this is an automatic created message\r"); tm = gmtime(&Now); - fprintf(qp, "\001Via %s @%d%02d%02d.%02d%02d%02d.02.UTC %s\r", + fprintf(qp, "\001Via %s @%d%02d%02d.%02d%02d%02d.UTC mbfido %s\r", ascfnode(bestaka_s(t), 0x1f), tm->tm_year+1900, tm->tm_mon+1, tm->tm_mday, tm->tm_hour, tm->tm_min, tm->tm_sec, VERSION);