--- a/src/bootstrap.c Mon Jun 19 11:00:42 2006 +0000 +++ b/src/bootstrap.c Sun Oct 07 05:42:25 2007 +0000 @@ -1,5 +1,5 @@ /** - * $Id: bootstrap.c,v 1.6 2006-06-19 11:00:40 nkeynes Exp $ + * $Id: bootstrap.c,v 1.7 2007-10-06 08:59:42 nkeynes Exp $ * * CD Bootstrap header parsing. Mostly for informational purposes. * @@ -106,7 +106,7 @@ * @param detail true to include a ful information dump, false for just * the facts, maam. */ -void bootstrap_dump( char *data, gboolean detail ) +void bootstrap_dump( unsigned char *data, gboolean detail ) { struct dc_bootstrap_head *head; int i, got, periph, crc, hcrc;