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

(-)main.c (-1 / +1 lines)
Lines 431-437 Link Here
431
				b->orphan = 1;
431
				b->orphan = 1;
432
				b->oldcur = pdup(b->bof, USTR "main");
432
				b->oldcur = pdup(b->bof, USTR "main");
433
				pline(b->oldcur, get_file_pos(b->name));
433
				pline(b->oldcur, get_file_pos(b->name));
434
				p_goto_bol(bw->cursor);
434
				p_goto_bol(b->oldcur);
435
				line = b->oldcur->line - (maint->h - 1) / 2;
435
				line = b->oldcur->line - (maint->h - 1) / 2;
436
				if (line < 0)
436
				if (line < 0)
437
					line = 0;
437
					line = 0;

Return to bug 283508