patch-2.4.17 linux/drivers/block/paride/pt.c
Next file: linux/drivers/block/rd.c
Previous file: linux/drivers/block/paride/pseudo.h
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Fri Dec 21 16:40:32 2001
- Orig file:
linux-2.4.16/drivers/block/paride/pt.c
- Orig date:
Thu Oct 11 16:04:57 2001
diff -Naur -X /home/marcelo/lib/dontdiff linux-2.4.16/drivers/block/paride/pt.c linux/drivers/block/paride/pt.c
@@ -577,7 +577,8 @@
for (k=0;k<len;k++)
if((buf[k+offs]!=0x20)||(buf[k+offs]!=l))
l=targ[j++]=buf[k+offs];
- if (l==0x20) j--; targ[j]=0;
+ if (l==0x20) j--;
+ targ[j]=0;
}
static int xn( char *buf, int offs, int size )
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)