Commit 2a64371e authored by unknown's avatar unknown

my_lib.c:

  more accurate comment


mysys/my_lib.c:
  more accurate comment
parent bdb3460f
...@@ -462,8 +462,10 @@ MY_DIR *my_dir(const char *path, myf MyFlags) ...@@ -462,8 +462,10 @@ MY_DIR *my_dir(const char *path, myf MyFlags)
finfo.mystat= NULL; finfo.mystat= NULL;
/* /*
Do not show hidden or system files which Windows sometimes creates. We If the directory is the root directory of the drive, Windows sometimes
would need to see how this can be achieved with a Borland compiler. creates hidden or system files there (like RECYCLER); do not show
them. We would need to see how this can be achieved with a Borland
compiler.
*/ */
#ifndef __BORLANDC__ #ifndef __BORLANDC__
if (attrib & (_A_HIDDEN | _A_SYSTEM)) if (attrib & (_A_HIDDEN | _A_SYSTEM))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment