Lode Leroy: Fix typo in win32_io.c.

(Logical change 1.164)
edge.strict_endians
cantab.net!aia21 2003-07-29 16:28:09 +00:00
parent 02f6f8349b
commit 162c1b9161
1 changed files with 1 additions and 1 deletions

View File

@ -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;