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 2006/10/16 15:40:01 UTC

svn commit: r464488 - /webservices/axis2/trunk/c/axiom/src/attachments/mime_parser.c

Author: samisa
Date: Mon Oct 16 06:40:00 2006
New Revision: 464488

URL: http://svn.apache.org/viewvc?view=rev&rev=464488
Log:
Fixed the windows build break

Modified:
    webservices/axis2/trunk/c/axiom/src/attachments/mime_parser.c

Modified: webservices/axis2/trunk/c/axiom/src/attachments/mime_parser.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/src/attachments/mime_parser.c?view=diff&rev=464488&r1=464487&r2=464488
==============================================================================
--- webservices/axis2/trunk/c/axiom/src/attachments/mime_parser.c (original)
+++ webservices/axis2/trunk/c/axiom/src/attachments/mime_parser.c Mon Oct 16 06:40:00 2006
@@ -370,8 +370,8 @@
                 len = callback(buffer, size, (void*)callback_ctx);
                 if (len > 0)
                 {
-                    count = 0;
                     axis2_char_t *temp_mime_binary = mime_binary;
+                    count = 0;
                     mime_binary = AXIS2_MALLOC(env->allocator,
                             sizeof(char) * (mime_binary_len + len + 1));
                     if (mime_binary)



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