1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-at,v 1.3 2006/10/14 19:33:45 schwarz Exp $
--- more.c.orig 2005-04-20 01:44:29.000000000 +0200
+++ more.c 2006-10-14 20:28:07.000000000 +0200
@@ -380,7 +380,7 @@
struct digest_header digest_save;
int linenum, maxline, topline, print_lines, lno1;
int scroll_lines, scroll_from;
- off_t scroll_offset;
+ long scroll_offset;
int underline_line, fake_underline;
int match_lines, match_redraw, match_topline = 0, match_botline;
int goto_line, prev_goto, stop_line, extra_lines;
|