Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 480318
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/main.c
0
++ b/main.c
Lines 109-115 Link Here
109
		rem = NULL;
109
		rem = NULL;
110
	}
110
	}
111
	while(off < len) {
111
	while(off < len) {
112
		if(i > MAX_LINE_LEN) {
112
		if(i == MAX_LINE_LEN - 1) {
113
			outbuf[i] = '\0';
113
			outbuf[i] = '\0';
114
			return ++off;
114
			return ++off;
115
		}
115
		}

Return to bug 480318