From 575662f6985438e35c0876d95b4e9eb410ec98ef Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Fri, 9 Jan 1998 05:33:52 +0000 Subject: [PATCH] Add code to dummy the file info for the root directory on Windows 95. --- v7/src/microcode/ntfs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/microcode/ntfs.c b/v7/src/microcode/ntfs.c index b76d1744c..86d5b9e3e 100644 --- a/v7/src/microcode/ntfs.c +++ b/v7/src/microcode/ntfs.c @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: ntfs.c,v 1.20 1998/01/09 05:31:21 cph Exp $ +$Id: ntfs.c,v 1.21 1998/01/09 05:33:52 cph Exp $ Copyright (c) 1992-98 Massachusetts Institute of Technology @@ -152,7 +152,7 @@ valid_drive_p (const char * namestring) (&number_of_free_clusters), (&total_number_of_clusters))); SetErrorMode (0); - return (!result); + return (result); } static HANDLE -- 2.25.1