]> diplodocus.org Git - nmh/blobdiff - uip/mhstore.c
Replace `sizeof (char)' with 1, then remove if a multiplier.
[nmh] / uip / mhstore.c
index ed6ad77fddcec97d3de0971c0e43ca57aeb6cbb0..7fa819aaf29ce761275ef356eef812b0fe1f481e 100644 (file)
@@ -14,6 +14,7 @@
 #include <h/mime.h>
 #include <h/mhparse.h>
 #include <h/mhcachesbr.h>
+#include "h/done.h"
 #include <h/utils.h>
 #include "mhmisc.h"
 #include "sbr/m_maildir.h"
@@ -78,7 +79,7 @@ main (int argc, char **argv)
 
     if (nmh_init(argv[0], 1)) { return 1; }
 
-    done=freects_done;
+    set_done(freects_done);
 
     arguments = getarguments (invo_name, argc, argv, 1);
     argp = arguments;