mirror of
https://github.com/Hamlib/Hamlib
synced 2026-08-13 17:32:05 -04:00
Fix hex_dump..was printing negative values
This commit is contained in:
parent
5e44f6637e
commit
e91df87a8f
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ void dump_hex(const unsigned char ptr[], size_t size)
|
|||
|
||||
for (i = 0; i < size; ++i)
|
||||
{
|
||||
char c;
|
||||
unsigned char c;
|
||||
if (i % DUMP_HEX_WIDTH == 0)
|
||||
{
|
||||
/* new line */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue