]> diplodocus.org Git - nmh/blobdiff - uip/mhcachesbr.c
Started replacing uses of mh_strcasecmp() with strcasecmp().
[nmh] / uip / mhcachesbr.c
index 5f7e147919aef84776ec1092d0e994c3ba1bc1be..f0185682d1f1da8d61e458459e1d3bc2380fd4c3 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);