kopia lustrzana https://github.com/Hamlib/Hamlib
Fix hex_dump..was printing negative values
rodzic
5e44f6637e
commit
e91df87a8f
|
@ -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 */
|
||||
|
|
Ładowanie…
Reference in New Issue