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

Collapse All | Expand All

(-)src/quote_fmt_parse.y (-1 / +1 lines)
Lines 147-153 Link Here
147
147
148
%union {
148
%union {
149
	char chr;
149
	char chr;
150
	char str[256];
150
	char str[1024]; /* ridiculously high */
151
}
151
}
152
152
153
%token SHOW_NEWSGROUPS
153
%token SHOW_NEWSGROUPS

Return to bug 67253