patch-2.4.17 linux/drivers/block/paride/pf.c
Next file: linux/drivers/block/paride/pg.c
Previous file: linux/drivers/block/paride/Config.in
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/pf.c
- Orig date:
Thu Oct 25 20:58:35 2001
diff -Naur -X /home/marcelo/lib/dontdiff linux-2.4.16/drivers/block/paride/pf.c linux/drivers/block/paride/pf.c
@@ -733,7 +733,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 xl( char *buf, int offs )
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)