rm extra \n

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3651 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2006-12-14 15:48:25 +00:00
parent 4254ae7008
commit ba6fb352a4
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ static switch_xml_t xml_url_fetch(char *section,
switch_uuid_t uuid;
char uuid_str[SWITCH_UUID_FORMATTED_LENGTH + 1];
if (!(data = switch_mprintf("section=%s&tag_name=%s&key_name=%s&key_value=%s%s%s\n",
if (!(data = switch_mprintf("section=%s&tag_name=%s&key_name=%s&key_value=%s%s%s",
section,
tag_name ? tag_name : "",
key_name ? key_name : "",