Re: Bug in DOMNamedNodeMapImpl

2004-04-02 Thread Alberto Massari
At 22.55 02/04/2004 +1000, you wrote: Peoples, There is a bug in DOMNamedNodeMapImpl::item(XMLSize_t) where count is not incremented as the loop searches through the holding array. It means that items are not retrieved if they are not in the first bucket. The bug is only in CVS, so I haven&#

Bug in DOMNamedNodeMapImpl

2004-04-02 Thread Berin Lautenbach
Peoples, There is a bug in DOMNamedNodeMapImpl::item(XMLSize_t) where count is not incremented as the loop searches through the holding array. It means that items are not retrieved if they are not in the first bucket. The bug is only in CVS, so I haven't put anything in bugzilla.