projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a26906e
)
Make msg_delim file static to sbr/m_getfld.c
author
markus schnalke
<meillo@marmaro.de>
Sat, 29 Aug 2015 14:39:59 +0000
(16:39 +0200)
committer
markus 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
patch
|
blob
|
history
diff --git
a/sbr/m_getfld.c
b/sbr/m_getfld.c
index
e7663cd
..
1cc041b
100644
(file)
--- 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;