git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16572
d0543943-73ff-0310-b7d9-
9358b9ac24b2
WarnAsError="true"\r
DebugInformationFormat="3"\r
DisableSpecificWarnings="4100;6053;4706"\r
- EnablePREfast="true"\r
/>\r
<Tool\r
Name="VCManagedResourceCompilerTool"\r
WarnAsError="true"\r
DebugInformationFormat="3"\r
DisableSpecificWarnings="4100;6053;4706"\r
- EnablePREfast="true"\r
/>\r
<Tool\r
Name="VCManagedResourceCompilerTool"\r
if (global_handle->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="))) {
len = atoi(w);
- if ((p = strchr(w, ':'))) {
- w = p + 1;
+ if ((p1= strchr(w, ':'))) {
+ w = p1+ 1;
}
printf("%s\n\n\n", r);