This commit is contained in:
Carl-Benedikt Krüger 2011-06-27 12:52:36 +02:00
parent ce364a9a1a
commit 2af499da5f

View file

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