From 9f98c16cfe10fd70fedd647b328adac1a9b38f78 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 26 Jul 2012 14:33:52 -0700 Subject: Fix some -Wformat warnings in rpcgen. --- sunrpc/rpc_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sunrpc/rpc_main.c') diff --git a/sunrpc/rpc_main.c b/sunrpc/rpc_main.c index 3096455..06d951a 100644 --- a/sunrpc/rpc_main.c +++ b/sunrpc/rpc_main.c @@ -643,7 +643,7 @@ h_output (const char *infile, const char *define, int extend, } else if (tblflag) { - fprintf (fout, rpcgen_table_dcl); + fprintf (fout, "%s", rpcgen_table_dcl); } if (Cflag) -- cgit v1.1