Commit e5ee0060 by Richard Kenner

(check_format_info): Change text of message about use of `0' with

precision.

From-SVN: r12277
parent f6f58ba3
...@@ -1366,7 +1366,7 @@ check_format_info (info, params) ...@@ -1366,7 +1366,7 @@ check_format_info (info, params)
|| format_char == 'x' || format_char == 'x')) || format_char == 'x' || format_char == 'x'))
{ {
sprintf (message, sprintf (message,
"precision and `0' flag not both allowed with `%c' format", "`0' flag ignored with precision specifier and `%c' format",
format_char); format_char);
warning (message); warning (message);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment