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] | |
On Thursday 04 March 2010 02:35:44, Doug Evans wrote:
> I'd be ok with just adding a dummy format arg (and a comment
> explaining why it's there of course).
something like printf("%s", string) instead of printf(string)?
That doesn't work in this case, because printf("%s", "%%")
isn't the same as printf("%%"), so you're back to the
original bug.
--
Pedro Alves
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |