Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 279027 | Differences between
and this patch

Collapse All | Expand All

(-)branches/KDE/3.5/kdelibs/khtml/html/htmltokenizer.cpp (-1 / +1 lines)
Lines 736-742 Link Here
736
#ifdef TOKEN_DEBUG
736
#ifdef TOKEN_DEBUG
737
                kdDebug( 6036 ) << "unknown entity!" << endl;
737
                kdDebug( 6036 ) << "unknown entity!" << endl;
738
#endif
738
#endif
739
                checkBuffer(10);
739
                checkBuffer(11);
740
                // ignore the sequence, add it to the buffer as plaintext
740
                // ignore the sequence, add it to the buffer as plaintext
741
                *dest++ = '&';
741
                *dest++ = '&';
742
                for(unsigned int i = 0; i < cBufferPos; i++)
742
                for(unsigned int i = 0; i < cBufferPos; i++)

Return to bug 279027