[RFC] init_breakpoint_sal: Add quotes around part of command in error message

Jan Kratochvil jan.kratochvil@redhat.com
Tue May 15 16:28:00 GMT 2012


On Tue, 15 May 2012 16:59:42 +0200, Joel Brobecker wrote:
> -              error (_("Garbage %s follows condition"), arg);
> +              error (_("Garbage `%s' follows condition"), arg);

When it is already discussed I find `%s' to be deprecated in favor of '%s':
	http://www.gnu.org/prep/standards/standards.html#Quote-Characters


Regards,
Jan



More information about the Gdb-patches mailing list