]> git.marmaro.de Git - mmh/blobdiff - sbr/m_getfld.c
Revert "Remove stdio internals manipulation in sbr/m_getfld.c"
[mmh] / 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;