patch-2.2.3 linux/drivers/video/newport_con.c
Next file: linux/drivers/video/pm2fb.c
Previous file: linux/drivers/video/mdacon.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/newport_con.c
-  Orig date: 
Mon Oct  5 13:13:42 1998
diff -u --recursive --new-file v2.2.2/linux/drivers/video/newport_con.c linux/drivers/video/newport_con.c
@@ -200,7 +200,7 @@
 			  int ypos, int xpos)
 {
     while (count--)
-	newport_putc (vc, *s++, ypos, xpos++);
+	newport_putc (vc, scr_readw(s++), ypos, xpos++);
 }
 
 static void newport_cursor(struct vc_data *vc, int mode)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)