mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 07:45:26 +00:00
fix for compilation error on 64-bit
This commit is contained in:
parent
50e3e563da
commit
a54ec05fdb
@ -4552,7 +4552,7 @@ static const char *channel_val2str(unsigned long long flag)
|
||||
return channel_flag_strs[i].name;
|
||||
}
|
||||
}
|
||||
return channel_flag_strs[FTDM_CHANNEL_MAX_FLAG].name;
|
||||
return "invalid";
|
||||
}
|
||||
|
||||
static void print_channel_flag_values(ftdm_stream_handle_t *stream)
|
||||
|
Loading…
x
Reference in New Issue
Block a user