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

precision.

From-SVN: r12277
This commit is contained in:
Richard Kenner 1996-06-11 17:50:55 -04:00
parent f6f58ba300
commit e5ee0060c6

View File

@ -1366,7 +1366,7 @@ check_format_info (info, params)
|| format_char == 'x' || format_char == 'x'))
{
sprintf (message,
"precision and `0' flag not both allowed with `%c' format",
"`0' flag ignored with precision specifier and `%c' format",
format_char);
warning (message);
}