From 4ad966e359a78aa04694ad23878a5135b6a0b3ea Mon Sep 17 00:00:00 2001 From: Pietro Cerutti Date: Wed, 28 Feb 2018 12:07:16 +0000 Subject: [PATCH] Fix usage of mutt_progress_init after b310689 --- nntp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nntp.c b/nntp.c index 196f971ec..57487bfff 100644 --- a/nntp.c +++ b/nntp.c @@ -849,7 +849,7 @@ static int nntp_fetch_lines(struct NntpData *nntp_data, char *query, size_t qlen struct Progress progress; if (msg) - mutt_progress_init(&progress, msg, MUTT_PROGRESS_MSG, ReadInc, -1); + mutt_progress_init(&progress, msg, MUTT_PROGRESS_MSG, ReadInc, 0); mutt_str_strfcpy(buf, query, sizeof(buf)); if (nntp_query(nntp_data, buf, sizeof(buf)) < 0) -- 2.40.0