summaryrefslogtreecommitdiff
path: root/sysutils/fusefs-curlftpfs/files/extra-32-ftpfs.h
blob: 6fc7b5f4f8627087b84038ae25e79499e3b37a0c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ftpfs.h.orig	2008-04-25 19:32:30.000000000 +0900
+++ ftpfs.h	2012-12-21 18:18:20.000000000 +0900
@@ -75,7 +75,7 @@
         do { if (level <= ftpfs.debug) {\
                int i = 0; \
                while (++i < level) fprintf(stderr, " "); \
-               fprintf(stderr, "%ld ", time(NULL));\
+               fprintf(stderr, "%d ", time(NULL));\
                fprintf(stderr, __FILE__ ":%d ", __LINE__);\
                fprintf(stderr, args);\
              }\