mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-14 23:31:39 +00:00
How did this ever work properly before?
This commit is contained in:
parent
47be47bf17
commit
3acbff4f00
@ -15,7 +15,7 @@ void more ( void ) {
|
||||
}
|
||||
|
||||
/* Produce a paged hex dump of the specified data and length */
|
||||
void hex_dump ( const char *data, const unsigned int len ) {
|
||||
void hex_dump ( const unsigned char *data, const unsigned int len ) {
|
||||
unsigned int index;
|
||||
for ( index = 0; index < len; index++ ) {
|
||||
if ( ( index % 16 ) == 0 ) {
|
||||
|
Loading…
Reference in New Issue
Block a user