From: aaron Date: Sun, 2 Apr 2000 00:03:11 +0000 (+0000) Subject: Fix a typo from last commit that was causing spontaneous reboots. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=33831c7de43781927728abd46068335875c2c7f0;p=openbsd Fix a typo from last commit that was causing spontaneous reboots. --- diff --git a/sys/arch/i386/isa/pcvt/pcvt_out.c b/sys/arch/i386/isa/pcvt/pcvt_out.c index 1508f8c3aea..a0dfa0e8a6c 100644 --- a/sys/arch/i386/isa/pcvt/pcvt_out.c +++ b/sys/arch/i386/isa/pcvt/pcvt_out.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pcvt_out.c,v 1.19 2000/03/30 21:02:10 aaron Exp $ */ +/* $OpenBSD: pcvt_out.c,v 1.20 2000/04/02 00:03:11 aaron Exp $ */ /* * Copyright (c) 1992, 1995 Hellmuth Michaelis and Joerg Wunsch. @@ -371,7 +371,7 @@ sput (u_char *s, U_char kernel, int len, int page) if(svsp->irm) bcopy((svsp->Crtat + svsp->cur_offset), (svsp->Crtat + svsp->cur_offset) + 1, - (((svsp->maxcol)-1) - svsp->col * CHR)); + (((svsp->maxcol)-1) - svsp->col) * CHR); write_char(svsp, attrib, ch); vt_selattr(svsp);