svn commit: r316878 - head/sys/dev/syscons

Bruce Evans bde at FreeBSD.org
Fri Apr 14 17:38:44 UTC 2017


Author: bde
Date: Fri Apr 14 17:38:43 2017
New Revision: 316878
URL: https://svnweb.freebsd.org/changeset/base/316878

Log:
  Oops, the previous revision was missing the update of the shift variable.

Modified:
  head/sys/dev/syscons/scvgarndr.c

Modified: head/sys/dev/syscons/scvgarndr.c
==============================================================================
--- head/sys/dev/syscons/scvgarndr.c	Fri Apr 14 17:27:09 2017	(r316877)
+++ head/sys/dev/syscons/scvgarndr.c	Fri Apr 14 17:38:43 2017	(r316878)
@@ -1030,7 +1030,7 @@ draw_pxlmouse_planar(scr_stat *scp, int 
 	int line_width;
 	int xoff, yoff;
 	int ymax;
-	u_short m;
+	uint32_t m;
 	int i, j, k;
 	uint8_t m1;
 


More information about the svn-src-head mailing list