1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00

Fix some -Wformat warnings in rpcgen.

This commit is contained in:
Roland McGrath
2012-07-26 14:33:52 -07:00
parent f3c22df3c5
commit 9f98c16cfe
4 changed files with 10 additions and 3 deletions

View File

@@ -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)