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

FreeSWITCH SVN mikej at freeswitch.org
Sat Nov 15 14:24:27 PST 2008


Author: mikej
Date: Sat Nov 15 17:24:27 2008
New Revision: 10420

Log:
fix windows build

Modified:
   freeswitch/trunk/src/switch_xml.c

Modified: freeswitch/trunk/src/switch_xml.c
==============================================================================
--- freeswitch/trunk/src/switch_xml.c	(original)
+++ freeswitch/trunk/src/switch_xml.c	Sat Nov 15 17:24:27 2008
@@ -1100,7 +1100,7 @@
 static int preprocess_exec(const char *cwd, const char *command, int write_fd, int rlevel)
 {
 #ifdef WIN32
-	char *message[] = "<!-- exec not implemented in windows yet -->";
+	char message[] = "<!-- exec not implemented in windows yet -->";
 
 	if (write(write_fd, message, sizeof(message)) < 0) {
 		goto end;



More information about the Freeswitch-svn mailing list