]> diplodocus.org Git - nmh/blobdiff - uip/mhparse.c
Fixed the error message in lockit() when it fails to create tmp file.
[nmh] / uip / mhparse.c
index 00fa61bda7db8c29d405311a65fa6a52d90951de..f021b07fd3045907460e42c0ddfd7b3354362227 100644 (file)
@@ -1308,7 +1308,7 @@ static void
 move_preferred_part (CT ct, char *type, char *subtype)
 {
     struct multipart *m = (struct multipart *) ct->c_ctparams;
-    struct part *part, *next, *prev, *head, *nhead, *ntail;
+    struct part *part, *prev, *head, *nhead, *ntail;
     struct part h, n;
     CI ci;