summaryrefslogtreecommitdiff
path: root/source4/client
diff options
context:
space:
mode:
Diffstat (limited to 'source4/client')
-rw-r--r--source4/client/clitar.c2
1 files changed, 1 insertions, 1 deletions
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;
}