we're grownups now. don't care about stupid OS'es that don't know what an
[apps/madmutt.git] / pgppacket.c
index f43f516..9d48470 100644 (file)
@@ -57,7 +57,7 @@ static int read_material (size_t material, size_t * used, FILE * fp)
 unsigned char *pgp_read_packet (FILE * fp, size_t * len)
 {
   size_t used = 0;
-  LOFF_T startpos;
+  off_t startpos;
   unsigned char ctb;
   unsigned char b;
   size_t material;