* [gentoo-commits] gentoo-x86 commit in dev-util/indent/files: 2.2.11-segfault.patch
@ 2010-03-23 3:50 Jeroen Roovers (jer)
0 siblings, 0 replies; only message in thread
From: Jeroen Roovers (jer) @ 2010-03-23 3:50 UTC (permalink / raw
To: gentoo-commits
jer 10/03/23 03:50:47
Added: 2.2.11-segfault.patch
Log:
Version bump.
(Portage version: 2.2_rc67/cvs/Linux i686)
Revision Changes Path
1.1 dev-util/indent/files/2.2.11-segfault.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/indent/files/2.2.11-segfault.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/indent/files/2.2.11-segfault.patch?rev=1.1&content-type=text/plain
Index: 2.2.11-segfault.patch
===================================================================
--- a/man/texinfo2man.c
+++ b/man/texinfo2man.c
@@ -287,6 +287,13 @@
char buf[1024];
int line_no = 0;
+ if (argc != 3)
+ {
+ fprintf(stderr, "Usage: %s <man template> <info file>\n", argv[0]);
+ fprintf(stderr, " The man page will be written to stdout.\n");
+ return -1;
+ }
+
texinfoname = argv[2];
in = fopen (argv[2], "r");
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-03-23 3:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-23 3:50 [gentoo-commits] gentoo-x86 commit in dev-util/indent/files: 2.2.11-segfault.patch Jeroen Roovers (jer)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox