File: 06-format-security.patch

package info (click to toggle)
docbook-to-man 1%3A2.0.0-32
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,332 kB
  • ctags: 868
  • sloc: ansic: 5,819; sh: 1,371; makefile: 158
file content (13 lines) | stat: -rw-r--r-- 598 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: docbook-to-man-2.0.0.obsolete.0.268825520834984/Instant/browse.c
===================================================================
--- docbook-to-man-2.0.0.obsolete.0.268825520834984.orig/Instant/browse.c	1999-07-03 12:58:23.000000000 +0000
+++ docbook-to-man-2.0.0.obsolete.0.268825520834984/Instant/browse.c	2012-04-27 09:34:24.000000000 +0000
@@ -168,7 +168,7 @@
 	    if (av[1] && isdigit(*av[1])) {
 		n = atoi(av[1]);
 		if (n < ce->ndcont) {
-		    printf(ce->dcont[n]);
+                    printf("%s", ce->dcont[n]);
 		    fputs("\n", stdout);
 		}
 		else if (ce->ndcont == 0)