Index: xorg/xc/programs/xfd/xfd.c =================================================================== retrieving revision 1.1.1.1 diff -u -d -u -p -r1.1.1.1 xfd.c --- xorg/xc/programs/xfd/xfd.c 26 Jun 2004 20:36:30 -0000 1.1.1.1 +++ xorg/xc/programs/xfd/xfd.c 29 May 2005 18:58:29 -0000 @@ -414,7 +414,7 @@ change_page(int page) /* if not paging, then initialize it, else only do it actually changed */ if (!page || newstart != oldstart) { - unsigned int row = (unsigned int) ((newstart >> 8) & 0xff); + unsigned int row = (unsigned int) ((newstart >> 8)); unsigned int col = (unsigned int) (newstart & 0xff); XtSetArg (arg, XtNlabel, buf);