mc.hlp.it 132K (Patch applied)

Tribhuvan loka at rcn.com
Tue Jan 21 00:30:34 UTC 2003


Your patch fixed more than just the Italian hlp file problem:
# ls -l mc.hlp.it
-rw-r--r--    1 root     other      131632 Jan 20 18:33 mc.hlp.it
but, also regularized all of the other mc.hlp files too.

Pavel Roskin wrote:

  >Just a description of what's inside:
  >
  >2851 newlines.
  >
  >
This was the case in _all_ of the mc.hlp.* files. (I guess no solaris-x86
users ever noticed before). Now the help files' first line is:

[Contents]
Índice de Contenidos:

  >the rest of the file is filled with spaces.
  >
  >
This seems to be repaired also. See the new mc.hlp.it
ftp://ftp.w-color.com/pub/mc/mc.hlp.it.gz
(mc-2003-01-20-1 compiled with below patch)

Pavel's patch:

=======================
--- man2hlp.c
+++ man2hlp.c
@@ -773,6 +773,7 @@ main (int argc, char **argv)
   			cnode->node[p - node - 2] = 0;
   			cnode->lname = NULL;
   			cnode->next = NULL;
+			cnode->heading_level = 0;
   		    }
   		} else
   		    node = NULL;
=======================

  >My request sent in private remains...
...Granted. I'm just looking around to
see which server has the most free resources
and installed gnu apps/libs.

Tribhuvan








More information about the mc-devel mailing list