X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=edit.c;h=966d1be6e012ae08922e27b8acaf304dd896d7c2;hp=cb9ff2340a8b2c6d31e1f0a554416dda7ebae62d;hb=ef7b80006ebb47372d69c64e8b2b2f0764333d55;hpb=5e53f9e5f65aa5b3af6f5af9d868403536534afb;ds=sidebyside diff --git a/edit.c b/edit.c index cb9ff23..966d1be 100644 --- 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;