]> diplodocus.org Git - nmh/blobdiff - uip/mhcachesbr.c
Fixed use of WIFEXITED in mhfixmsg.c.
[nmh] / uip / mhcachesbr.c
index 25ac9ab0b7a430654b9747e870dcf8752b9c08f7..7fa27ab39f9f30c5af145227782037e51de567c9 100644 (file)
@@ -96,7 +96,7 @@ cache_content (CT ct)
 {
     int        cachetype;
     char *file, cachefile[BUFSIZ];
-    CE ce = ct->c_cefile;
+    CE ce = &ct->c_cefile;
 
     if (!ct->c_id) {
        advise (NULL, "no %s: field in %s", ID_FIELD, ct->c_file);