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 du...@apache.org on 2008/03/19 07:50:45 UTC

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

Author: dumindu
Date: Tue Mar 18 23:50:44 2008
New Revision: 638730

URL: http://svn.apache.org/viewvc?rev=638730&view=rev
Log:
Fixed a warning

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

Modified: webservices/axis2/trunk/c/tools/tcpmon/src/tcpmon.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/tools/tcpmon/src/tcpmon.c?rev=638730&r1=638729&r2=638730&view=diff
==============================================================================
--- webservices/axis2/trunk/c/tools/tcpmon/src/tcpmon.c (original)
+++ webservices/axis2/trunk/c/tools/tcpmon/src/tcpmon.c Tue Mar 18 23:50:44 2008
@@ -709,7 +709,7 @@
                             tmp3 = strstr(tmp2, "\r\n");
                             if (tmp3)
                             {
-                                int header_len = 0;
+                                size_t header_len = 0;
                                 axis2_char_t *user_agent = AXIS2_HTTP_HEADER_USER_AGENT 
                                     ": Axis2C/" AXIS2_VERSION_STRING " TCPMon";
                                 header_len = (int)(tmp3 - tmp2) + 2;



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