mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
Fixed Cairo's entry in the timezone files
Changed mod_spandsp so it tries to resolve timezone names like Asia/HongKong to a POSIX timezone descriptor string, like other parts of FreeSwitch do.
This commit is contained in:
@@ -1110,7 +1110,7 @@ typedef struct {
|
||||
static switch_timezones_list_t TIMEZONES_LIST = { 0 };
|
||||
static switch_event_node_t *NODE = NULL;
|
||||
|
||||
const char *switch_lookup_timezone(const char *tz_name)
|
||||
SWITCH_DECLARE(const char *) switch_lookup_timezone(const char *tz_name)
|
||||
{
|
||||
char *value = NULL;
|
||||
|
||||
|
Reference in New Issue
Block a user