From 5901f87be7eaf0475af7c6c1e139ed844468643c Mon Sep 17 00:00:00 2001 From: markus schnalke Date: Sat, 29 Aug 2015 16:39:59 +0200 Subject: [PATCH] Make msg_delim file static to sbr/m_getfld.c Thanks to David Levine for nmh commit e69044f7624abe5cb2cb796d528c0cc5f29515f7 --- sbr/m_getfld.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbr/m_getfld.c b/sbr/m_getfld.c index e7663cd..1cc041b 100644 --- a/sbr/m_getfld.c +++ b/sbr/m_getfld.c @@ -139,7 +139,7 @@ int ismbox = FALSE; ** is used in m_Eom because the first character of the string ** has been read and matched before m_Eom is called. */ -char *msg_delim = ""; +static char *msg_delim = ""; static unsigned char *fdelim; static unsigned char *delimend; -- 1.7.10.4