You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by sa...@apache.org on 2007/03/12 09:20:41 UTC

svn commit: r517127 - /webservices/axis2/trunk/c/tools/tcpmon/src/entry.c

Author: samisa
Date: Mon Mar 12 01:20:40 2007
New Revision: 517127

URL: http://svn.apache.org/viewvc?view=rev&rev=517127
Log:
Build error fixed caused by entry.c line number 700 comment

Modified:
    webservices/axis2/trunk/c/tools/tcpmon/src/entry.c

Modified: webservices/axis2/trunk/c/tools/tcpmon/src/entry.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/tools/tcpmon/src/entry.c?view=diff&rev=517127&r1=517126&r2=517127
==============================================================================
--- webservices/axis2/trunk/c/tools/tcpmon/src/entry.c (original)
+++ webservices/axis2/trunk/c/tools/tcpmon/src/entry.c Mon Mar 12 01:20:40 2007
@@ -697,7 +697,7 @@
 	 int size = 0;
 	 if (filename)
 		{
-			 //FILE *fp = fopen (filename, "w");
+			 
 			 FILE *fp = fopen (filename, "a+");
 			 size = fwrite (buffer, 1, strlen (buffer), fp);
 			 fclose (fp);



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org