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.

Reply via email to