patch-2.3.6 linux/arch/ppc/xmon/xmon.c
Next file: linux/arch/sparc/Makefile
Previous file: linux/arch/ppc/mm/init.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Mon Jun 7 12:11:51 1999
- Orig file:
v2.3.5/linux/arch/ppc/xmon/xmon.c
- Orig date:
Mon May 31 22:28:04 1999
diff -u --recursive --new-file v2.3.5/linux/arch/ppc/xmon/xmon.c linux/arch/ppc/xmon/xmon.c
@@ -999,7 +999,7 @@
int c;
c = inchar();
- if ((isxdigit(c) && c != 'f' && c != 'd') || c == '\n')
+ if ((isxdigit(c) && (c != 'f') && (c != 'd')) || (c == '\n'))
termch = c;
scanhex(&adrs);
if( termch != '\n')
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)