summaryrefslogtreecommitdiff
path: root/net-misc/omniORB/files/omniORB-4.1.4-format-security.patch
blob: 2af8d21d308db26f2947dfecee2bc68b5483b2bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
 src/tool/omniidl/cxx/cccp/cccp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/tool/omniidl/cxx/cccp/cccp.c b/src/tool/omniidl/cxx/cccp/cccp.c
index 0198b1a..64d80ae 100644
--- a/src/tool/omniidl/cxx/cccp/cccp.c
+++ b/src/tool/omniidl/cxx/cccp/cccp.c
@@ -8034,7 +8034,7 @@ macroexpand (hp, op)
       else
 	parse_error = macarg (NULL_PTR, 0);
       if (parse_error) {
-	error_with_line (line_for_error (start_line), parse_error);
+	error_with_line (line_for_error (start_line), "%s", parse_error);
 	break;
       }
       i++;