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);