...
This commit is contained in:
parent
ce364a9a1a
commit
2af499da5f
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
__inline int isprint(char e)
|
||||
{
|
||||
if (e < 0x30 || e > 0x80)
|
||||
return false;
|
||||
return 0;
|
||||
}
|
||||
|
||||
// hex_dumb display network packets in a good way
|
||||
|
|
Loading…
Add table
Reference in a new issue