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 2005/11/24 05:01:30 UTC

svn commit: r348634 - /webservices/axis2/trunk/c/modules/xml/parser/guththila/impl/src/guththila_reader.c

Author: samisa
Date: Wed Nov 23 20:01:21 2005
New Revision: 348634

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

Modified:
    webservices/axis2/trunk/c/modules/xml/parser/guththila/impl/src/guththila_reader.c

Modified: webservices/axis2/trunk/c/modules/xml/parser/guththila/impl/src/guththila_reader.c
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/xml/parser/guththila/impl/src/guththila_reader.c?rev=348634&r1=348633&r2=348634&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/xml/parser/guththila/impl/src/guththila_reader.c (original)
+++ webservices/axis2/trunk/c/modules/xml/parser/guththila/impl/src/guththila_reader.c Wed Nov 23 20:01:21 2005
@@ -37,10 +37,11 @@
 guththila_reader_create_for_file (guththila_environment_t * environment,
                                   char *filename)
 {
+    guththila_reader_impl_t *file_reader = NULL;
     if(!filename)
         return NULL;
-    guththila_reader_impl_t *file_reader = 
-            (guththila_reader_impl_t *) GUTHTHILA_MALLOC ( environment->allocator,
+    
+       file_reader = (guththila_reader_impl_t *) GUTHTHILA_MALLOC ( environment->allocator,
                                                  sizeof (guththila_reader_impl_t));
     if(!file_reader)
         return NULL;