summaryrefslogtreecommitdiffstats
path: root/x11/gnome-applets/files/patch-libgswitchit_gswitchit_util.c
diff options
context:
space:
mode:
Diffstat (limited to 'x11/gnome-applets/files/patch-libgswitchit_gswitchit_util.c')
-rw-r--r--x11/gnome-applets/files/patch-libgswitchit_gswitchit_util.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/gnome-applets/files/patch-libgswitchit_gswitchit_util.c b/x11/gnome-applets/files/patch-libgswitchit_gswitchit_util.c
new file mode 100644
index 000000000..3822ea955
--- /dev/null
+++ b/x11/gnome-applets/files/patch-libgswitchit_gswitchit_util.c
@@ -0,0 +1,11 @@
+--- libgswitchit/gswitchit_util.c.orig Tue Nov 30 17:47:29 2004
++++ libgswitchit/gswitchit_util.c Tue Nov 30 17:47:52 2004
+@@ -60,7 +60,7 @@
+ int level, const char format[], va_list args)
+ {
+ time_t now = time (NULL);
+- g_log (NULL, G_LOG_LEVEL_DEBUG, "[%08ld,%03d,%s:%s/] \t", now,
++ g_log (NULL, G_LOG_LEVEL_DEBUG, "[%08ld,%03d,%s:%s/] \t", (long) now,
+ level, file, function);
+ g_logv (NULL, G_LOG_LEVEL_DEBUG, format, args);
+ }