mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-14 09:58:17 +00:00
fix build (FSBUILD-126)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12153 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -179,7 +179,7 @@ SWITCH_DECLARE(const char *) API::execute(const char *cmd, const char *arg)
|
||||
|
||||
|
||||
/* we have to do this as a string because swig and languages can't find an embedded way to pass a big int */
|
||||
SWITCH_DECLARE_NONSTD(char *) API::getTime(void)
|
||||
SWITCH_DECLARE(char *) API::getTime(void)
|
||||
{
|
||||
switch_time_t now = switch_micro_time_now() / 1000;
|
||||
snprintf(time_buf, sizeof(time_buf), "%" SWITCH_TIME_T_FMT, now);
|
||||
|
Reference in New Issue
Block a user