fix windows build

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10420 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2008-11-15 22:24:27 +00:00
parent 756b97c4e1
commit 5dd6b9f4e6

View File

@ -1100,7 +1100,7 @@ static char *expand_vars(char *buf, char *ebuf, switch_size_t elen, switch_size_
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;