What does the -+ mean in the following fragment?
--- linux.ac1/drivers/char/bttv.c Tue Jun 9 11:54:23 1998
+++ linux/drivers/char/bttv.c Tue Jun 9 00:21:47 1998
@@ -1922,7 +1922,7 @@
}
btv->win.sheight=v.height;
btv->win.swidth=v.width;
-+ btv->win.bpp=((v.depth+1)&0x18)/8;
+ btv->win.bpp=((v.depth+1)&0x38)/8;
btv->win.depth=v.depth;
btv->win.bpl=v.bytesperline;
-- Meelis Roos (mroos@tartu.cyber.ee)- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu