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
This commit is contained in:
Duncan Barclay 2001-05-07 21:51:54 +00:00
parent 282070b3e8
commit dfb0b4cf55

View File

@ -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--;