From: Anthony Minessale Date: Mon, 2 Jan 2012 19:00:40 +0000 (-0600) Subject: remove extra / X-Git-Tag: v1.2-rc1~19^2~1^2~141 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=679da2f0f609c7a893c62929481cb8feaafef7b5;p=thirdparty%2Ffreeswitch.git remove extra / --- diff --git a/src/switch_core.c b/src/switch_core.c index 0f301b9cc5..0e3dc80679 100644 --- a/src/switch_core.c +++ b/src/switch_core.c @@ -603,7 +603,7 @@ SWITCH_DECLARE(void) switch_core_set_globals(void) GetTempPath(dwBufSize, lpPathBuffer); switch_snprintf(SWITCH_GLOBAL_dirs.temp_dir, BUFSIZE, "%s", lpPathBuffer); #else - switch_snprintf(SWITCH_GLOBAL_dirs.temp_dir, BUFSIZE, "%s", "/tmp/"); + switch_snprintf(SWITCH_GLOBAL_dirs.temp_dir, BUFSIZE, "%s", "/tmp"); #endif #endif }