Messages in this thread |  | | | Date | Tue, 9 Jun 1998 18:24:07 -0400 (EDT) | | From | <> | | Subject | Re: Patch 2.1.205ac-2 |
| |
It looks like it corrects an incorrect patching that left a + on the line.
On Tue, 9 Jun 1998, Meelis Roos wrote:
> AC> This is now on ftp.uk.linux.org:/pub/linux/alan/2.1. It is relative to > AC> the ac1 patch to keep things easy for folks tracking these changes > > 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 >
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu
|  |