]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
remove extra /
authorAnthony Minessale <anthm@freeswitch.org>
Mon, 2 Jan 2012 19:00:40 +0000 (13:00 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Mon, 2 Jan 2012 19:00:40 +0000 (13:00 -0600)
src/switch_core.c

index 0f301b9cc5b30f17664723ba6cd23db89b9ffaa4..0e3dc80679399b4fb51d9ff745e2c3f1880cfd12 100644 (file)
@@ -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
        }