]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
tweak
authorMichael Jerris <mike@jerris.com>
Fri, 5 Sep 2008 16:12:09 +0000 (16:12 +0000)
committerMichael Jerris <mike@jerris.com>
Fri, 5 Sep 2008 16:12:09 +0000 (16:12 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9464 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/include/switch_platform.h

index 67c7998a56e6fde5e3aac2dd18aee227b09d9bc0..e0a63b442f845c07f19c8d23bccce49891a5f728 100644 (file)
@@ -214,7 +214,7 @@ typedef intptr_t switch_ssize_t;
 #define SWITCH_UINT64_T_FMT         "I64u"
 
 #ifndef TIME_T_FMT
-#define TIME_T_FMT "ld"
+#define TIME_T_FMT SWITCH_INT64_T_FMT
 #endif
 
 #else