Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Commit

Permalink
When dumping the soap buffer and end of line char is added. Remove this
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.wso2.org/repos/wso2/trunk/wsf@66783 a5903396-d722-0410-b921-86c7d4935375
  • Loading branch information
damitha committed May 12, 2010
1 parent 35ebe99 commit b04a612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c/wsclient/src/util.c
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ wsclient_soap_out (const axutil_env_t *env,
env);
if (buffer)
{
printf ("%s \n", buffer);
printf ("%s", buffer);
AXIS2_FREE (env->allocator, buffer);
}
}
Expand Down

0 comments on commit b04a612

Please sign in to comment.