two cases to quiet the compiler. perhaps should be fixed differently.

This commit is contained in:
cgd 1995-05-04 19:35:20 +00:00
parent 5d25b2c50e
commit 7153343684
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: pccons.c,v 1.88 1995/05/03 20:46:32 mycroft Exp $ */ /* $NetBSD: pccons.c,v 1.89 1995/05/04 19:35:20 cgd Exp $ */
/*- /*-
* Copyright (c) 1993, 1994, 1995 Charles Hannum. All rights reserved. * Copyright (c) 1993, 1994, 1995 Charles Hannum. All rights reserved.
@ -868,8 +868,8 @@ sput(cp, n)
cursor_shape = 0x0012; cursor_shape = 0x0012;
#endif #endif
Crtat = cp; Crtat = (u_short *)cp;
crtat = cp + cursorat; crtat = (u_short *)(cp + cursorat);
vs.ncol = COL; vs.ncol = COL;
vs.nrow = ROW; vs.nrow = ROW;