From 2b361de1d8ef0d07ae59a9f295bdb770b7070b49 Mon Sep 17 00:00:00 2001 From: Brian West Date: Wed, 31 Oct 2007 20:06:21 +0000 Subject: [PATCH] more path bs git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6108 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/formats/mod_local_stream/mod_local_stream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod/formats/mod_local_stream/mod_local_stream.c b/src/mod/formats/mod_local_stream/mod_local_stream.c index f880aa4c93..934f00777a 100644 --- a/src/mod/formats/mod_local_stream/mod_local_stream.c +++ b/src/mod/formats/mod_local_stream/mod_local_stream.c @@ -101,7 +101,7 @@ static void *SWITCH_THREAD_FUNC read_stream_thread(switch_thread_t *thread, void switch_size_t olen; uint8_t *abuf[SWITCH_RECOMMENDED_BUFFER_SIZE] = {0}; - snprintf(path_buf, sizeof(path_buf), "%s/%s", source->location, fname); + snprintf(path_buf, sizeof(path_buf), "%s%s%s", source->location, SWITCH_PATH_SEPARATOR, fname); fname = path_buf; if (switch_core_file_open(&fh, (char *)fname,