fix windows build

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13410 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2009-05-21 14:55:58 +00:00
parent 6074bc9714
commit d23da21c01
1 changed files with 1 additions and 1 deletions

View File

@ -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);