This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


> 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

Ah, yes, that's right. Thanks for catching that. I will replace
the opening quote by another single-quote and commit.

Thanks Tom and Jan.
-- 
Joel


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]