[evolution/kill-bonobo] Fix build break.



commit 5a607f1be68407d7354564f96a10a0c3a85d1982
Author: Matthew Barnes <mbarnes redhat com>
Date:   Tue Jun 2 11:01:42 2009 -0400

    Fix build break.
---
 plugins/profiler/profiler.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/plugins/profiler/profiler.c b/plugins/profiler/profiler.c
index 49e1dff..1200661 100644
--- a/plugins/profiler/profiler.c
+++ b/plugins/profiler/profiler.c
@@ -40,7 +40,7 @@ org_gnome_evolution_profiler_event(EPlugin *ep, EProfileEventTarget *t)
 	if (!fp) {
 		gchar *name;
 
-		name = g_strdup_printf("eprofile.%ld", (long gint)getpid());
+		name = g_strdup_printf("eprofile.%ld", (glong) getpid());
 		fp = fopen(name, "w");
 		if (fp)
 			fprintf(stderr, "Generating profiling data in `%s'\n", name);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]