freetdm: increase size of static buffer for DSO path

This commit is contained in:
Moises Silva 2011-02-17 09:17:41 -05:00
parent d4068d9755
commit bb797286d0
1 changed files with 1 additions and 1 deletions

View File

@ -4866,7 +4866,7 @@ FT_DECLARE(int) ftdm_load_module(const char *name)
{
ftdm_dso_lib_t lib;
int count = 0, x = 0;
char path[128] = "";
char path[512] = "";
char *err;
ftdm_module_t *mod;