summaryrefslogtreecommitdiff
path: root/app-text/rman/files/rman-3.2-format-security.patch
blob: 4ea7740a682221d2b72e70c38072d4b9c36d6af3 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/rman.c
+++ b/rman.c
@@ -1372,7 +1372,7 @@ HTML(enum command cmd) {
 		break;
 	   case BEGINSECTION:	break;
 	   case ENDSECTION:
-		if (sectheadid==NAME && message!=NULL) printf(message);
+		if (sectheadid==NAME && message!=NULL) printf("%s", message);
 		break;
 	   case BEGINSUBSECTION:	break;
 	   case ENDSUBSECTION:	break;