patch-2.2.5 linux/drivers/video/fbcon.c
Next file: linux/fs/adfs/inode.c
Previous file: linux/drivers/sound/sonicvibes.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Sun Mar 28 09:07:47 1999
- Orig file:
v2.2.4/linux/drivers/video/fbcon.c
- Orig date:
Wed Mar 10 15:29:48 1999
diff -u --recursive --new-file v2.2.4/linux/drivers/video/fbcon.c linux/drivers/video/fbcon.c
@@ -1587,7 +1587,7 @@
if (CON_IS_VISIBLE(conp) && softback_buf) {
int l = fbcon_softback_size / conp->vc_size_row;
if (l > 5)
- softback_end += l * conp->vc_size_row;
+ softback_end = softback_buf + l * conp->vc_size_row;
else {
/* Smaller scrollback makes no sense, and 0 would screw
the operation totally */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)