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 ma...@apache.org on 2008/05/29 10:55:53 UTC

svn commit: r661264 - /webservices/axis2/branches/c/post_1_4_mtom/c/axiom/src/attachments/mime_parser.c

Author: manjula
Date: Thu May 29 01:55:52 2008
New Revision: 661264

URL: http://svn.apache.org/viewvc?rev=661264&view=rev
Log:
Adding some comments

Modified:
    webservices/axis2/branches/c/post_1_4_mtom/c/axiom/src/attachments/mime_parser.c

Modified: webservices/axis2/branches/c/post_1_4_mtom/c/axiom/src/attachments/mime_parser.c
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/c/post_1_4_mtom/c/axiom/src/attachments/mime_parser.c?rev=661264&r1=661263&r2=661264&view=diff
==============================================================================
--- webservices/axis2/branches/c/post_1_4_mtom/c/axiom/src/attachments/mime_parser.c (original)
+++ webservices/axis2/branches/c/post_1_4_mtom/c/axiom/src/attachments/mime_parser.c Thu May 29 01:55:52 2008
@@ -262,7 +262,8 @@
     search_info = AXIS2_MALLOC(env->allocator,
         sizeof(axiom_search_info_t));
 
-    buf_array[buf_num] = AXIS2_MALLOC(env->allocator, sizeof(axis2_char_t) * (size + 1));
+    buf_array[buf_num] = AXIS2_MALLOC(env->allocator, 
+            sizeof(axis2_char_t) * (size + 1));
 
     if(buf_array[buf_num])
     {
@@ -979,7 +980,7 @@
                 }
             }
 
-            /*So lets cache the previous buffer which has underdone the
+            /*So lets cache the previous buffer which has undergone the
               full search and the partial search.  */
 
             status = axis2_caching_callback(env, buf_array[*buf_num - 1],