From a55b15025ca9b4b2b87a2e156a41b027060e2003 Mon Sep 17 00:00:00 2001 From: Jeff Lenk Date: Thu, 4 Feb 2010 22:21:23 +0000 Subject: [PATCH] FSCORE-546 git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16572 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- libs/esl/fs_cli.2008.vcproj | 2 -- libs/esl/fs_cli.c | 6 +++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/libs/esl/fs_cli.2008.vcproj b/libs/esl/fs_cli.2008.vcproj index 8501539dbb..c92aa82c26 100644 --- a/libs/esl/fs_cli.2008.vcproj +++ b/libs/esl/fs_cli.2008.vcproj @@ -55,7 +55,6 @@ WarnAsError="true" DebugInformationFormat="3" DisableSpecificWarnings="4100;6053;4706" - EnablePREfast="true" /> last_sr_event && global_handle->last_sr_event->body) { char *r = global_handle->last_sr_event->body; - char *w, *p; + char *w, *p1; if (r) { if ((w = strstr(r, "\n\nwrite="))) { @@ -901,8 +901,8 @@ static unsigned char esl_console_complete(const char *buffer, const char *cursor len = atoi(w); - if ((p = strchr(w, ':'))) { - w = p + 1; + if ((p1= strchr(w, ':'))) { + w = p1+ 1; } printf("%s\n\n\n", r);