patch-2.2.3 linux/drivers/video/fbcon-mac.c
Next file: linux/drivers/video/fbcon-mfb.c
Previous file: linux/drivers/video/fbcon-iplan2p8.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Thu Feb 25 10:02:12 1999
- Orig file:
v2.2.2/linux/drivers/video/fbcon-mac.c
- Orig date:
Mon Oct 5 13:13:41 1998
diff -u --recursive --new-file v2.2.2/linux/drivers/video/fbcon-mac.c linux/drivers/video/fbcon-mac.c
@@ -301,7 +301,7 @@
u16 c;
while (count--) {
- c = *s++;
+ c = scr_readw(s++);
fbcon_mac_putc(conp, p, c, yy, xx++);
}
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)