summaryrefslogtreecommitdiffstats
path: root/sysutils/gnomecontrolcenter2/files/patch-libgswitchit_gswitchit_util.c
blob: 484a3e5f4f24263afbb8d1e559ec8c2ed89a0232 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- libgswitchit/gswitchit_util.c.orig  Mon Dec 13 01:09:01 2004
+++ libgswitchit/gswitchit_util.c   Mon Dec 13 01:15:31 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);
 }