fix a comment

svn: r6039
This commit is contained in:
Matthew Flatt 2007-04-25 06:08:57 +00:00
parent eeb65e6e53
commit 8882e6519d

View File

@ -2044,8 +2044,8 @@ static int UNC_stat(char *dirname, int len, int *flags, int *isdir, Scheme_Objec
{
/* Note: stat() doesn't work with UNC "drive" names or \\?\ paths.
Also, stat() doesn't distinguish between the ability to
list a directory's content and the fact to detect that the
directory exists. So, we use GetFileAttributesExW(). */
list a directory's content and whether the directory exists.
So, we use GetFileAttributesExW(). */
char *copy;
WIN32_FILE_ATTRIBUTE_DATA fd;
int must_be_dir = 0;