mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
FS-11911: Fix build on Debian Buster
This commit is contained in:
@@ -157,7 +157,7 @@ static switch_status_t switch_loadable_module_process(char *key, switch_loadable
|
||||
{
|
||||
switch_event_t *event;
|
||||
int *event_num = NULL;
|
||||
char str_event_num[10];
|
||||
char str_event_num[12];
|
||||
void *val;
|
||||
int added = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user