From 162c1b916105e22050c5e95fa562ad66179b2c5c Mon Sep 17 00:00:00 2001 From: "cantab.net!aia21" Date: Tue, 29 Jul 2003 16:28:09 +0000 Subject: [PATCH] Lode Leroy: Fix typo in win32_io.c. (Logical change 1.164) --- libntfs/win32_io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libntfs/win32_io.c b/libntfs/win32_io.c index 842bfad7..f0ef4076 100644 --- a/libntfs/win32_io.c +++ b/libntfs/win32_io.c @@ -219,7 +219,7 @@ static s64 ntfs_device_win32_seek(struct ntfs_device *dev, s64 offset, case SEEK_END: /* end of partition != end of disk */ disp = FILE_BEGIN; - if (fd.part_end.QuadPart == -1) { + if (fd->part_end.QuadPart == -1) { fprintf(stderr, "win32_seek: position relative to end " "of disk not implemented\n"); errno = ENOTSUP;