[Easysoap-checkins] CVS: easysoap/include/easysoap SOAPTypeTraits.h, 1.19, 1.20
Status: Beta
Brought to you by:
dcrowley
From: David C. <dcr...@us...> - 2006-11-09 20:53:29
|
Update of /cvsroot/easysoap/easysoap/include/easysoap In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv15186/include/easysoap Modified Files: SOAPTypeTraits.h Log Message: Modifications for gcc 4.1.1 Added the MSVC8.0 directory for autoconf/make Index: SOAPTypeTraits.h =================================================================== RCS file: /cvsroot/easysoap/easysoap/include/easysoap/SOAPTypeTraits.h,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- SOAPTypeTraits.h 24 Sep 2005 07:24:24 -0000 1.19 +++ SOAPTypeTraits.h 9 Nov 2006 20:53:04 -0000 1.20 @@ -256,6 +256,7 @@ // We use strrchr() in case it's something like // "xsd:string[][2]" which is certainly possible... const char *s = sp_strrchr(val.GetName(), '['); + x = 0; if (s && *s++ == '[') { if (*s == ']') |