Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Apr 2017 17:38:43 +0000 (UTC)
From:      Bruce Evans <bde@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r316878 - head/sys/dev/syscons
Message-ID:  <201704141738.v3EHch8f048364@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704141738.v3EHch8f048364>