~kris/9p

9hist

b3ff9552b0ce13198f7581cb838f7f05e06e7540 — David du Colombier 32 years ago 910c0ba
Plan 9 from Bell Labs 1994-04-21
1 files changed, 1 insertions(+), 1 deletions(-)

M pc/devvga.c
M pc/devvga.c => pc/devvga.c +1 -1
@@ 324,7 324,7 @@ vgawrite(Chan *c, void *buf, long n, ulong offset)
			ldepth = -1;
		}
		if(maxx == 0 || maxy == 0
		|| maxx > 1280 || maxy > 1024
		|| maxx > 1600 || maxy > 1200
		|| ldepth > 3 || ldepth < 0)
			error(Ebadarg);
		cursoroff(1);