[Freeswitch-svn] [commit] r4307 - freeswitch/trunk/src

Freeswitch SVN mikej at freeswitch.org
Sat Feb 17 01:22:48 EST 2007


Author: mikej
Date: Sat Feb 17 01:22:47 2007
New Revision: 4307

Modified:
   freeswitch/trunk/src/switch_core.c

Log:
completion of the commit from revision 4305

Modified: freeswitch/trunk/src/switch_core.c
==============================================================================
--- freeswitch/trunk/src/switch_core.c	(original)
+++ freeswitch/trunk/src/switch_core.c	Sat Feb 17 01:22:47 2007
@@ -4007,7 +4007,7 @@
 #else
 #ifdef WIN32
 	GetTempPath(dwBufSize, lpPathBuffer);
-	if (!SWITCH_GLOBAL_dirs.temp_dir && (SWITCH_GLOBAL_dirs.htdocs_dir = (char *) malloc(BUFSIZE))) {
+	if (!SWITCH_GLOBAL_dirs.temp_dir && (SWITCH_GLOBAL_dirs.temp_dir = (char *) malloc(BUFSIZE))) {
 		snprintf(SWITCH_GLOBAL_dirs.temp_dir, BUFSIZE, "%s", lpPathBuffer);
 	}
 #else



More information about the Freeswitch-svn mailing list