From 8a9dd614e48e57d54d9165a4f1ea23293e4685cd Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Fri, 5 Sep 2008 16:12:09 +0000 Subject: [PATCH] tweak git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9464 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/include/switch_platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/switch_platform.h b/src/include/switch_platform.h index 67c7998a56..e0a63b442f 100644 --- a/src/include/switch_platform.h +++ b/src/include/switch_platform.h @@ -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