bug fix
This commit is contained in:
parent
e5d68728eb
commit
b2e0da3e39
1 changed files with 1 additions and 1 deletions
|
|
@ -242,7 +242,7 @@ dumpsome(char *ans, char *e, char *buf, long count)
|
|||
for(i=0; i<count; i++){
|
||||
if(i>0 && i%4==0)
|
||||
*p++ = ' ';
|
||||
sprint(p, "%2.2ux", buf[i]);
|
||||
sprint(p, "%2.2ux", (uchar)buf[i]);
|
||||
p += 2;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue