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/4.3/kdelibs/khtml/html/htmltokenizer.cpp (-1 / +1 lines)
Lines 1038-1044 Link Here
1038
#ifdef TOKEN_DEBUG
1038
#ifdef TOKEN_DEBUG
1039
                kDebug( 6036 ) << "unknown entity!";
1039
                kDebug( 6036 ) << "unknown entity!";
1040
#endif
1040
#endif
1041
                checkBuffer(10);
1041
                checkBuffer(11);
1042
                // ignore the sequence, add it to the buffer as plaintext
1042
                // ignore the sequence, add it to the buffer as plaintext
1043
                *dest++ = '&';
1043
                *dest++ = '&';
1044
                for(unsigned int i = 0; i < cBufferPos; i++)
1044
                for(unsigned int i = 0; i < cBufferPos; i++)

Return to bug 279027