fix windows build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13410 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
6074bc9714
commit
d23da21c01
|
@ -1033,7 +1033,7 @@ static void switch_core_set_serial(void)
|
|||
char path[256];
|
||||
|
||||
int fd = -1, write_fd = -1;
|
||||
ssize_t bytes = 0;
|
||||
switch_ssize_t bytes = 0;
|
||||
|
||||
switch_snprintf(path, sizeof(path), "%s%sfreeswitch.serial", SWITCH_GLOBAL_dirs.conf_dir, SWITCH_PATH_SEPARATOR);
|
||||
|
||||
|
|
Loading…
Reference in New Issue