On Nov 13, 2003, at 1:33 PM, Biot Olivier wrote:
Attached patch replaces "g_malloc(); s[n]printf()" calls with the simple to
use and safe g_strdup_printf() call (thanks Guy to mention this!).
Checked in.
Attached patch replaces "g_malloc(); s[n]printf()" calls with the simple to
use and safe g_strdup_printf() call (thanks Guy to mention this!).