this is fixed in cvs.

On Thu, 25 Sep 2003, Thomas Porschberg wrote:

> The problem was the two comma before the second parameter
> of the method. Problem solved.
> Thomas
> 
> On Thu, Sep 25, 2003 at 10:01:31AM +0200, Alberto Massari wrote:
> > At 08.48 25/09/2003 +0200, Thomas Porschberg wrote:
> > >Hi,
> > >
> > >[...]
> > >
> > >static XMLCh* convertToXMLCh( const UChar* const toConvert,
> > >                            , MemoryManager* const manager = 0) //line 130
> > >{
> > >    const unsigned int srcLen = u_strlen(toConvert);
> > >    XMLCh* retBuf = (manager)
> > >        ? (XMLCh*) manager->allocate((srcLen+1) sizeof(XMLCh))
> > 
> > I guess it's missing a "*" before sizeof(XMLCh)
> > 
> > Alberto 
> > 
> > 
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

-- 
Gareth Reakes, Head of Product Development  +44-1865-203192
DecisionSoft Limited                        http://www.decisionsoft.com
XML Development and Services




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to