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

Collapse All | Expand All

(-)mapio.c (-4 / +4 lines)
Lines 1582-1593 Link Here
1582
		exit(3);
1582
		exit(3);
1583
1583
1584
	if (nrows != G_window_rows())
1584
	if (nrows != G_window_rows())
1585
		G_fatal_error("%s: OOPS -- rows changed from %d to %d\n", nrows, 
1585
		G_fatal_error("%s: OOPS -- rows changed from %d to %d\n", 
1586
				G_program_name(), G_window_rows());
1586
				G_program_name(), nrows, G_window_rows());
1587
1587
1588
	if (ncols != G_window_cols())
1588
	if (ncols != G_window_cols())
1589
		G_fatal_error("%s: OOPS -- cols changed from %d to %d\n", ncols,
1589
		G_fatal_error("%s: OOPS -- cols changed from %d to %d\n",
1590
				G_program_name(), G_window_cols());
1590
				G_program_name(), ncols, G_window_cols());
1591
1591
1592
	switch (rtype) {
1592
	switch (rtype) {
1593
	case CELL_TYPE:
1593
	case CELL_TYPE:

Return to bug 321519