From 8f9a26cb4082d6f74aeef02dff29fc9ee55e7257 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 26 Aug 2006 22:59:58 +0000 Subject: r17847: Dummy commit (This used to be commit cdcea36095a50a92ec1311979b8b2c572b971eaf) --- source3/utils/smbget.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/utils/smbget.c b/source3/utils/smbget.c index 4a2670e0c1..83677359fe 100644 --- a/source3/utils/smbget.c +++ b/source3/utils/smbget.c @@ -388,7 +388,7 @@ int smb_download_file(const char *base, const char *name, int recursive, int res offset_check = 0; } - readbuf = SMB_MALLOC(blocksize); + readbuf = (char *)SMB_MALLOC(blocksize); /* Now, download all bytes from offset_download to the end */ for(curpos = offset_download; curpos < remotestat.st_size; curpos+=blocksize) { -- cgit