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]
--
Please avoid sending me Word or PowerPoint attachments.
See http://www.fsf.org/philosophy/no-word-attachments.html
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]