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:
Steve Underwood
2012-08-22 22:25:54 +08:00
parent 00f586ca5a
commit ea58df8456
7 changed files with 13 additions and 7 deletions

View File

@@ -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;