mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 15:50:59 +00:00
silence complaining compiler
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9741 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
54ef5547a7
commit
3a6e2cfe47
@ -542,7 +542,7 @@ SWITCH_DECLARE(switch_status_t) switch_strftime_tz(const char *tz, const char *f
|
||||
|
||||
switch_size_t retsize;
|
||||
|
||||
struct tm tm;
|
||||
struct tm tm = { 0 };
|
||||
switch_time_exp_t stm;
|
||||
|
||||
thetime = switch_timestamp_now();
|
||||
|
Loading…
x
Reference in New Issue
Block a user