By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 2688
Collapse All | Expand All

(-)a/tmp/tdepim/libkcal/versit/vcc.c (+1 lines)
Lines 2264-2269 static char* lexGetQuotedPrintable() Link Here
2264
		    /* single '=' follow by LINESEP is continuation sign? */
2264
		    /* single '=' follow by LINESEP is continuation sign? */
2265
		    if (next[0] == '\n') {
2265
		    if (next[0] == '\n') {
2266
			++mime_lineNum;
2266
			++mime_lineNum;
2267
			lexSkipWhite();
2267
			}
2268
			}
2268
		    else {
2269
		    else {
2269
			lexPushLookaheadc('=');
2270
			lexPushLookaheadc('=');
(-)a/tmp/tdepim/libkcal/versit/vcc.y (+1 lines)
Lines 1000-1005 static char* lexGetQuotedPrintable() Link Here
1000
		    /* single '=' follow by LINESEP is continuation sign? */
1000
		    /* single '=' follow by LINESEP is continuation sign? */
1001
		    if (next[0] == '\n') {
1001
		    if (next[0] == '\n') {
1002
			++mime_lineNum;
1002
			++mime_lineNum;
1003
			lexSkipWhite();
1003
			}
1004
			}
1004
		    else {
1005
		    else {
1005
			lexPushLookaheadc('=');
1006
			lexPushLookaheadc('=');

Return to bug 2688