You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-office/magicpoint/files/magicpoint-1.13a_p20121015-...

12 lines
316 B

--- kit.orig/parse.c 2010-05-04 00:28:00.000000000 +0200
+++ kit/parse.c 2016-01-12 19:20:41.882222658 +0100
@@ -1258,7 +1258,7 @@
*/
{
int textseen;
- int contseen;
+ int contseen = 0;
for (page = 1; page <= maxpage; page++) {
line = page_attribute[page].pg_linenum;
for (l = 0; l <= line; l++) {