summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pccard
diff options
context:
space:
mode:
authordmlb <dmlb@FreeBSD.org>2001-05-07 21:51:54 +0000
committerdmlb <dmlb@FreeBSD.org>2001-05-07 21:51:54 +0000
commit386e9afad370c8b767de6968fd0f82e6b4b97810 (patch)
tree1e0749c7dbb892a18f49fc12296c74126ed1c21d /usr.sbin/pccard
parent070fb85396f929304a380050efc2e70fcf370daa (diff)
downloadFreeBSD-src-386e9afad370c8b767de6968fd0f82e6b4b97810.zip
FreeBSD-src-386e9afad370c8b767de6968fd0f82e6b4b97810.tar.gz
Fix a minor printing bug that prints incorrect information for memory
block sizes. This orginally worked in PAO-3 and worked on their r330 branch but got broken in PAO-3 around December 1998! Approved by: imp Obtained from: PAO-3
Diffstat (limited to 'usr.sbin/pccard')
-rw-r--r--usr.sbin/pccard/pccardc/printcis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pccard/pccardc/printcis.c b/usr.sbin/pccard/pccardc/printcis.c
index 70626d4..f8a53b3 100644
--- a/usr.sbin/pccard/pccardc/printcis.c
+++ b/usr.sbin/pccard/pccardc/printcis.c
@@ -723,7 +723,7 @@ dump_device_desc(u_char *p, int len, char *type)
len--;
if (*p) {
printf("\t\t");
- print_ext_speed(*p++, 0);
+ print_ext_speed(*p, 0);
while (*p & 0x80) {
p++;
len--;
OpenPOWER on IntegriCloud