From: James S. <jsi...@us...> - 2002-03-15 17:24:41
|
Update of /cvsroot/linuxconsole/ruby/linux/drivers/video In directory usw-pr-cvs1:/tmp/cvs-serv31675 Modified Files: vgacon.c Log Message: Fixed nasty bug that lead to a oops. Index: vgacon.c =================================================================== RCS file: /cvsroot/linuxconsole/ruby/linux/drivers/video/vgacon.c,v retrieving revision 1.62 retrieving revision 1.63 diff -u -d -r1.62 -r1.63 --- vgacon.c 14 Mar 2002 22:32:23 -0000 1.62 +++ vgacon.c 15 Mar 2002 17:24:37 -0000 1.63 @@ -480,6 +480,7 @@ } vgacon_state.mode = MODE_TEXT; + vc->display_fg = vt; vt->data_hook = (void *) &vgacon_state; if (init) { |