Content-Description: snprintf.patch > - snprintf(nb, 10, "%d", val); > + sprintf(nb, "%d", val); Please either: * explicitly case "val" to gint32 * use g_snprintf instead This is Gtk code anyway so you don't have to worry about portability.
- patch: One more snprintf() removed Kevin Vajk
- Re: patch: One more snprintf() removed Aaron Lehmann
- Re: patch: One more snprintf() removed Dom Lachowicz
- Re: patch: One more snprintf() removed Kevin Vajk
