diff options
Diffstat (limited to 'sunrpc/rpc_main.c')
-rw-r--r-- | sunrpc/rpc_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sunrpc/rpc_main.c b/sunrpc/rpc_main.c index 3096455eec..06d951aa6a 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) |