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 da...@apache.org on 2006/01/24 04:52:52 UTC

svn commit: r371794 - /webservices/axis2/trunk/c/test/core/clientapi/client.c

Author: damitha
Date: Mon Jan 23 19:52:48 2006
New Revision: 371794

URL: http://svn.apache.org/viewcvs?rev=371794&view=rev
Log: (empty)

Modified:
    webservices/axis2/trunk/c/test/core/clientapi/client.c

Modified: webservices/axis2/trunk/c/test/core/clientapi/client.c
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/core/clientapi/client.c?rev=371794&r1=371793&r2=371794&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/core/clientapi/client.c (original)
+++ webservices/axis2/trunk/c/test/core/clientapi/client.c Mon Jan 23 19:52:48 2006
@@ -49,7 +49,7 @@
     int tmp;
     tmp = stat("soap_req", &buf);
     printf("%d\n", buf.st_size);
-    buffer = malloc(buf.st_size* sizeof(char));
+    buffer = (char *) malloc(buf.st_size* sizeof(char));
     int fd = open("soap_req", O_RDONLY,0);
     if (fd == -1)
     {