]> git.marmaro.de Git - mmh/commitdiff
Make msg_delim file static to sbr/m_getfld.c
authormarkus schnalke <meillo@marmaro.de>
Sat, 29 Aug 2015 14:39:59 +0000 (16:39 +0200)
committermarkus schnalke <meillo@marmaro.de>
Sat, 29 Aug 2015 14:39:59 +0000 (16:39 +0200)
Thanks to David Levine <levinedl@acm.org> for nmh commit
e69044f7624abe5cb2cb796d528c0cc5f29515f7

sbr/m_getfld.c

index e7663cd51c9192664b1b310fd281174dd171074c..1cc041b54a98e59fde88330cfafcfb602729a74a 100644 (file)
@@ -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;