From d29764f4cada6315b9f8208c7c266c5728d8e706 Mon Sep 17 00:00:00 2001 From: snowdrop Date: Wed, 1 Sep 2004 07:58:00 +0000 Subject: migrating to win32 platform --- xsd2c/tr.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'xsd2c') diff --git a/xsd2c/tr.c b/xsd2c/tr.c index 7166d72..5edfd4d 100644 --- a/xsd2c/tr.c +++ b/xsd2c/tr.c @@ -1,5 +1,5 @@ /****************************************************************** - * $Id: tr.c,v 1.2 2004/06/03 20:23:03 snowdrop Exp $ + * $Id: tr.c,v 1.3 2004/09/01 07:58:08 snowdrop Exp $ * * CSOAP Project: A SOAP client/server library in C * Copyright (C) 2003 Ferhat Ayaz @@ -56,11 +56,12 @@ static char* _trXSD2C(const char* xsdType, struct XSD2C_TypeRegistry* head); void trInitModule(const char* ns) { + struct XSD2C_TypeRegistry* cur; tr_head = NULL; tr_tail = NULL; trl_head = NULL; trl_tail = NULL; - struct XSD2C_TypeRegistry* cur; + strcpy(trXSDNS, ns); #include "types.map" -- cgit v1.1-32-gdbae