updates, use compiler warnings, we have a good one, do that.
[apps/madmutt.git] / crypt.c
diff --git a/crypt.c b/crypt.c
index 402a497..eac7a85 100644 (file)
--- a/crypt.c
+++ b/crypt.c
@@ -487,7 +487,7 @@ int crypt_write_signed (BODY * a, STATE * s, const char *tempfile)
     return -1;
   }
 
-  fseek (s->fpin, a->hdr_offset, 0);
+  fseeko (s->fpin, a->hdr_offset, 0);
   bytes = a->length + a->offset - a->hdr_offset;
   hadcr = 0;
   while (bytes > 0) {