From: Chris Hanson Date: Fri, 9 Jan 1998 05:33:52 +0000 (+0000) Subject: Add code to dummy the file info for the root directory on Windows 95. X-Git-Tag: 20090517-FFI~4895 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=575662f6985438e35c0876d95b4e9eb410ec98ef;p=mit-scheme.git Add code to dummy the file info for the root directory on Windows 95. --- 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