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:
parent
282070b3e8
commit
dfb0b4cf55
@ -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--;
|
||||
|
Loading…
x
Reference in New Issue
Block a user