fix compiler warning

This commit is contained in:
Jeff Lenk 2012-11-21 22:04:55 -06:00
parent e2e9938d1a
commit 2b2a4fb256

View File

@ -42,7 +42,7 @@ SWITCH_DECLARE(switch_status_t) switch_core_perform_file_open(const char *file,
uint8_t channels, uint32_t rate, unsigned int flags, switch_memory_pool_t *pool) uint8_t channels, uint32_t rate, unsigned int flags, switch_memory_pool_t *pool)
{ {
char *ext; char *ext;
switch_status_t status; switch_status_t status = SWITCH_STATUS_FALSE;
char stream_name[128] = ""; char stream_name[128] = "";
char *rhs = NULL; char *rhs = NULL;
const char *spool_path = NULL; const char *spool_path = NULL;