Codebase list texinfo / ca43698
update patches, remove upstream patch Norbert Preining 8 years ago
3 changed file(s) with 1 addition(s) and 25 deletion(s). Raw diff Collapse all Expand all
66
77 --- texinfo.orig/util/texi2dvi
88 +++ texinfo/util/texi2dvi
9 @@ -1951,7 +1951,7 @@
9 @@ -1941,7 +1941,7 @@
1010 $SED "s,^$orig_pwd/,,;s,^\./,,;s,/,!,g"`
1111 esac
1212 # Remove it at exit if clean mode.
22 dont_build_info
33 info-manpage-mentiones-nonfree
44 #do-not-require-automake-1.15
5 upstream-fix-info-terminal
+0
-23
debian/patches/upstream-fix-info-terminal less more
0 ---
1 info/display.c | 3 ++-
2 1 file changed, 2 insertions(+), 1 deletion(-)
3
4 --- texinfo.orig/info/display.c
5 +++ texinfo/info/display.c
6 @@ -540,7 +540,7 @@
7 mbi_avail (iter);
8 while (1)
9 {
10 - int delim = 0;
11 + int delim;
12 mbi_copy (&bol_iter, &iter);
13 bol_ref_index = ref_index;
14 bol_match_index = match_index;
15 @@ -552,6 +552,7 @@
16
17 text_buffer_reset (&tb_printed_line);
18
19 + delim = 0;
20 /* Check if we have processed all the lines in the window. */
21 if (pl_num == win->height)
22 break;