From 64ea8d10a87fe73f712963104909f4897b0c4f11 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Thu, 2 Jan 2003 21:32:14 +0000 Subject: A bunch of fixes to make e-util build with -DG_DISABLE_DEPRECATED and 2003-01-02 Jeffrey Stedfast A bunch of fixes to make e-util build with -DG_DISABLE_DEPRECATED and -DGTK_DISABLE_DEPRECATED. svn path=/trunk/; revision=19210 --- e-util/e-mktemp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'e-util/e-mktemp.c') diff --git a/e-util/e-mktemp.c b/e-util/e-mktemp.c index 48a45c0288..baeb9d2577 100644 --- a/e-util/e-mktemp.c +++ b/e-util/e-mktemp.c @@ -65,7 +65,7 @@ get_path (gboolean make) GString *path; path = g_string_new ("/tmp/evolution-"); - g_string_sprintfa (path, "%d-%d", (int) getuid (), (int) getpid ()); + g_string_append_printf (path, "%d-%d", (int) getuid (), (int) getpid ()); if (make) { int ret; -- cgit v1.2.3