X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=nntp%2Fnewsrc.c;h=898b1481de9618a2ce4a4ad381ae112d44479cf1;hp=8e57a10884c010d37d915581cc7b6d35a7c2a77b;hb=ef7b80006ebb47372d69c64e8b2b2f0764333d55;hpb=5e53f9e5f65aa5b3af6f5af9d868403536534afb diff --git a/nntp/newsrc.c b/nntp/newsrc.c index 8e57a10..898b148 100644 --- a/nntp/newsrc.c +++ b/nntp/newsrc.c @@ -944,7 +944,7 @@ int nntp_save_cache_group (CONTEXT * ctx) fputs (buf, f); if (h->env->references) mutt_write_references (h->env->references, f); - snprintf (buf, sizeof (buf), "\t" OFF_T_FMT "\t%d\tXref: %s\n", + snprintf (buf, sizeof (buf), "\t%zd\t%d\tXref: %s\n", h->content->length, h->lines, NONULL (h->env->xref)); if (fputs (buf, f) == EOF) { fclose (f);