we're grownups now. don't care about stupid OS'es that don't know what an
[apps/madmutt.git] / pgpmicalg.c
index db7056a..0a45cc6 100644 (file)
@@ -59,8 +59,8 @@ static const char *pgp_hash_to_micalg (short id)
 static void pgp_dearmor (FILE * in, FILE * out)
 {
   char line[HUGE_STRING];
-  LOFF_T start;
-  LOFF_T end;
+  off_t start;
+  off_t end;
   char *r;
 
   STATE state;