summaryrefslogtreecommitdiff
path: root/x11/libxklavier/files/patch-libxklavier_xklavier.c
blob: 6355d7b772e6392c8821179be22a76ea6f6143e1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- libxklavier/xklavier.c.orig	Tue Dec 13 00:52:26 2005
+++ libxklavier/xklavier.c	Tue Dec 13 00:52:45 2005
@@ -606,7 +606,7 @@
                             int level, const char format[], va_list args )
 {
   time_t now = time( NULL );
-  fprintf( stdout, "[%08ld,%03d,%s:%s/] \t", now, level, file, function );
+  fprintf( stdout, "[%08ld,%03d,%s:%s/] \t", (long) now, level, file, function );
   vfprintf( stdout, format, args );
 }