From: Thomas Roessler Date: Tue, 30 Mar 1999 10:51:03 +0000 (+0000) Subject: Fix a pager failure for long messages. From Liviu. X-Git-Tag: mutt-0-96-2-slightly-post-release~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3e0d2039fcb85c8655454d2a164e24bd22eb2fa9;p=mutt Fix a pager failure for long messages. From Liviu. --- diff --git a/pager.c b/pager.c index 34be1a1c..582dc4cb 100644 --- a/pager.c +++ b/pager.c @@ -85,8 +85,8 @@ struct q_class_t struct syntax_t { int color; - short first; - short last; + int first; + int last; }; struct line_t