From fbfa8d138b6e35985012b3a6dee90ab7a3c9c79a Mon Sep 17 00:00:00 2001 From: "cantab.net!aia21" Date: Mon, 9 Dec 2002 09:23:21 +0000 Subject: [PATCH] fix warning from compiler (Logical change 1.33) --- libntfs/attrib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libntfs/attrib.c b/libntfs/attrib.c index d600943b..f17b7c35 100644 --- a/libntfs/attrib.c +++ b/libntfs/attrib.c @@ -1066,7 +1066,7 @@ s64 ntfs_attr_mst_pread(ntfs_attr *na, const s64 pos, const s64 bk_cnt, const u32 bk_size, void *b) { s64 br; - void *end; + u8 *end; Dprintf("%s(): Entering for inode 0x%Lx, attr type 0x%x, pos 0x%Lx.\n", __FUNCTION__, (unsigned long long)na->ni->mft_no,