we're grownups now. don't care about stupid OS'es that don't know what an
[apps/madmutt.git] / edit.c
diff --git a/edit.c b/edit.c
index cb9ff23..966d1be 100644 (file)
--- a/edit.c
+++ b/edit.c
@@ -56,7 +56,7 @@ static char *EditorHelp = N_("\
 .              on a line by itself ends input\n");
 
 static char **be_snarf_data (FILE * f, char **buf, int *bufmax, int *buflen,
-                             LOFF_T offset, int bytes, int prefix)
+                             off_t offset, int bytes, int prefix)
 {
   char tmp[HUGE_STRING];
   char *p = tmp;