--- sourceforge.net/trunk/rdpproxy/rdpproxy.c 2003/10/23 11:11:31 510 +++ sourceforge.net/trunk/rdpproxy/rdpproxy.c 2003/10/23 11:21:33 511 @@ -73,7 +73,7 @@ /* produce a hex dump */ void -hexdump(unsigned char *p, unsigned int len) +hexdump(unsigned char *p, int len) { unsigned char *line = p; unsigned int thisline, offset = 0;