]> git.marmaro.de Git - mmh/blobdiff - uip/picksbr.c
Fixed pick(1) to properly unfold multiple-line header fields
[mmh] / uip / picksbr.c
index 4073919d61835e16f6b5313a15ca8073757f0759..4895b2374624c6ef8188ce71ceabfb965f6a5c02 100644 (file)
@@ -701,7 +701,8 @@ plist
                        break;
                    }
                    lf++;
-                   c = ' ';
+                   /* Unfold by skipping the newline. */
+                   c = 0;
                }
            }
            if (c && p1 < &linebuf[LBSIZE - 1])