View | Details | Raw Unified
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 
		    text += 1;
		    text += 1;
		    leng -= 1;
		    leng -= 1;
		}
		}
		if (leng == 0) {
		    continue;
		}
		if (text[leng-1] == '>') {
		if (text[leng-1] == '>') {
		    leng -= 1;
		    leng -= 1;
		}
		}