]> diplodocus.org Git - nmh/blobdiff - uip/replsbr.c
Move m_getfld's MS_* mbox-type macros to the only user.
[nmh] / uip / replsbr.c
index 3f40a61435e1810e28dfed786c8464f96d368810..e63ce75519191b037041055dacfd28c7d9099818 100644 (file)
@@ -426,7 +426,7 @@ replfilter (FILE *in, FILE *out, char *filter, int fmtproc)
        adios (filter, "unable to read");
 
     rewind (in);
-    lseek (fileno(in), (off_t) 0, SEEK_SET);
+    lseek(fileno(in), 0, SEEK_SET);
 
     arglist = argsplit(mhlproc, &mhl, &argnum);