[Freeswitch-svn] [commit] r9464 - freeswitch/trunk/src/include
Freeswitch SVN
mikej at freeswitch.org
Fri Sep 5 12:12:10 EDT 2008
Author: mikej
Date: Fri Sep 5 12:12:09 2008
New Revision: 9464
Modified:
freeswitch/trunk/src/include/switch_platform.h
Log:
tweak
Modified: freeswitch/trunk/src/include/switch_platform.h
==============================================================================
--- freeswitch/trunk/src/include/switch_platform.h (original)
+++ freeswitch/trunk/src/include/switch_platform.h Fri Sep 5 12:12:09 2008
@@ -214,7 +214,7 @@
#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
More information about the Freeswitch-svn
mailing list