提交 2b361de1 authored 作者: Brian West's avatar Brian West

more path bs

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6108 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 141ce4a8
......@@ -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,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论