(check_format_info): Change text of message about use of `0' with
authorRichard Kenner <kenner@gcc.gnu.org>
Tue, 11 Jun 1996 21:50:55 +0000 (17:50 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Tue, 11 Jun 1996 21:50:55 +0000 (17:50 -0400)
precision.

From-SVN: r12277

gcc/c-common.c

index c74a1a80d9ad41b3c13d545865b956258589ad5c..3311b08e331986a95b047135d9980a97fc6ea1ab 100644 (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);
        }