summaryrefslogtreecommitdiff
path: root/source4/client/clitar.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2004-11-25 18:01:40 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:06:08 -0500
commit13abb5275827673c765863d7f5bd7dafea5ad8b9 (patch)
tree3077098c8d49df14f54fb3a545ed12fd7a15ad08 /source4/client/clitar.c
parentf342dbe702655fa8d05692051012e47d1f67ed31 (diff)
downloadsamba-13abb5275827673c765863d7f5bd7dafea5ad8b9.tar.gz
samba-13abb5275827673c765863d7f5bd7dafea5ad8b9.tar.bz2
samba-13abb5275827673c765863d7f5bd7dafea5ad8b9.zip
r3959: fix compiler warnings
metze (This used to be commit e28351f710525ca9863210974544a8b1a537e63a)
Diffstat (limited to 'source4/client/clitar.c')
-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;
}