+2007-06-28 Bruno Haible <bruno@clisp.org>
+
+ * format-gcc-internal.c (format_parse): Tweak an error message.
+ Reported by Karl Eichwalder.
+
2007-06-28 Bruno Haible <bruno@clisp.org>
* lang-table.h (language_variant_table, language_variant_table_size):
/* GCC internal format strings.
- Copyright (C) 2003-2006 Free Software Foundation, Inc.
+ Copyright (C) 2003-2007 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2003.
This program is free software; you can redistribute it and/or modify
else
{
*invalid_reason =
- xasprintf (_("In the directive number %u, a precision is not allowed before '%c'."), spec.directives, *format);
+ xasprintf (_("In the directive number %u, a precision specification is not allowed before '%c'."), spec.directives, *format);
FDI_SET (format, FMTDIR_ERROR);
}
goto bad_format;