david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

How did this ever work properly before?

This commit is contained in:
Michael Brown 2006-07-13 18:27:23 +00:00
parent 47be47bf17
commit 3acbff4f00
1 changed files with 1 additions and 1 deletions

View File

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