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

Collapse All | Expand All

(-)bogofilter-1.1.1.orig/src/token.c (+3 lines)
Lines 352-357 token_t parse_new_token(word_t *token) Link Here
352
		    text += 1;
352
		    text += 1;
353
		    leng -= 1;
353
		    leng -= 1;
354
		}
354
		}
355
		if (leng == 0) {
356
		    continue;
357
		}
355
		if (text[leng-1] == '>') {
358
		if (text[leng-1] == '>') {
356
		    leng -= 1;
359
		    leng -= 1;
357
		}
360
		}

Return to bug 153939