You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by se...@apache.org on 2008/03/17 19:27:32 UTC

svn commit: r638006 - /webservices/axis2/trunk/c/src/core/transport/http/common/http_accept_record.c

Author: senaka
Date: Mon Mar 17 11:27:12 2008
New Revision: 638006

URL: http://svn.apache.org/viewvc?rev=638006&view=rev
Log:
Fixing some typos

Modified:
    webservices/axis2/trunk/c/src/core/transport/http/common/http_accept_record.c

Modified: webservices/axis2/trunk/c/src/core/transport/http/common/http_accept_record.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/src/core/transport/http/common/http_accept_record.c?rev=638006&r1=638005&r2=638006&view=diff
==============================================================================
--- webservices/axis2/trunk/c/src/core/transport/http/common/http_accept_record.c (original)
+++ webservices/axis2/trunk/c/src/core/transport/http/common/http_accept_record.c Mon Mar 17 11:27:12 2008
@@ -38,7 +38,7 @@
     axis2_char_t *tmp_accept_record = NULL;
     axis2_char_t *tmp = NULL;
     axis2_http_accept_record_t *accept_record = NULL;
-    float quality = 0.0;
+    float quality = 1.0;
     int level = -1;
     axis2_char_t *name = NULL;
 
@@ -66,6 +66,7 @@
     if (tmp)
     {
         *tmp = '\0';
+        tmp++;
         tmp = axutil_strtrim(env, tmp, " =;");
         if (tmp)
         {
@@ -77,6 +78,7 @@
     if (tmp)
     {
         *tmp = '\0';
+        tmp++;
         tmp = axutil_strtrim(env, tmp, " =;");
         if (tmp)
         {



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