]> diplodocus.org Git - nmh/blobdiff - h/mime.h
Dynamically allocate space for the output of fmt_scan(), using
[nmh] / h / mime.h
index fad1cf8822e614e4f86619af89cba26ca5ff23df..92d6462a828e2c0671177de62fc8e9b1e45a3c7a 100644 (file)
--- a/h/mime.h
+++ b/h/mime.h
@@ -46,7 +46,8 @@
 
 #define isparamencode(c)  (!isascii((unsigned char) c) || \
                           iscntrl((unsigned char) c) || istspecial(c) || \
-                          (c) == '*' || (c) == '\'' || (c) == '%')
+                          (c) == ' ' || (c) == '*' || (c) == '\'' || \
+                          (c) == '%')
 
 #define        MAXTEXTPERLN 78
 #define        MAXLONGLINE 998