mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-20 10:56:50 +00:00
fix build for windows
This commit is contained in:
parent
d68a12188c
commit
a6e7bd534d
@ -1072,7 +1072,7 @@ SWITCH_DECLARE(switch_status_t) switch_loadable_module_enumerate_available(const
|
|||||||
{
|
{
|
||||||
switch_dir_t *dir = NULL;
|
switch_dir_t *dir = NULL;
|
||||||
switch_status_t status;
|
switch_status_t status;
|
||||||
char buffer[PATH_MAX];
|
char buffer[256];
|
||||||
const char *fname;
|
const char *fname;
|
||||||
const char *fname_ext;
|
const char *fname_ext;
|
||||||
char *fname_base;
|
char *fname_base;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user