Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/filesystems/curlftpfs/files/patch-ftpfs.h
16464 views
1
--- ftpfs.h.orig 2008-04-25 10:32:30 UTC
2
+++ ftpfs.h
3
@@ -75,7 +75,7 @@ extern struct ftpfs ftpfs;
4
do { if (level <= ftpfs.debug) {\
5
int i = 0; \
6
while (++i < level) fprintf(stderr, " "); \
7
- fprintf(stderr, "%ld ", time(NULL));\
8
+ fprintf(stderr, "%lld ", time(NULL));\
9
fprintf(stderr, __FILE__ ":%d ", __LINE__);\
10
fprintf(stderr, args);\
11
}\
12
13