From 13abb5275827673c765863d7f5bd7dafea5ad8b9 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 25 Nov 2004 18:01:40 +0000 Subject: r3959: fix compiler warnings metze (This used to be commit e28351f710525ca9863210974544a8b1a537e63a) --- source4/client/clitar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/client/clitar.c') diff --git a/source4/client/clitar.c b/source4/client/clitar.c index 40ff5a79ab..476e29d4ba 100644 --- a/source4/client/clitar.c +++ b/source4/client/clitar.c @@ -300,7 +300,7 @@ static long readtarheader(union hblock *hb, file_info2 *finfo, char *prefix) if (fchk != chk) { DEBUG(0, ("checksums don't match %ld %ld\n", fchk, chk)); - dump_data(5, (char *)hb - TBLOCK, TBLOCK *3); + dump_data(5, (uint8_t *)hb - TBLOCK, TBLOCK *3); return -1; } -- cgit