Cddbd 1.3.1 patch 1 ------------------- This patch file is for cddbd 1.3.1 patchlevel 0. This patch will bring you to patchlevel 1. It fixes a problem with decoding quoted-printable mail submissions with long lines. To apply this patch: 1] Make sure you are in your cddbd 1.3.1 package directory. 2] Execute: patch < cddbd-1.3.1.patch1 3] Recompile and run install.sh (or hand copy the binary to save hassle). If you have any trouble applying the patch, it's simple to do by hand. Steve steve@moonsoft.com Index: db.c 1009a1010 > buf2[0] = '\0'; Index: patchlevel.h 29c29 < #define PATCHLEVEL 0 /* The patch level. */ --- > #define PATCHLEVEL 1 /* The patch level. */