mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 03:47:17 +02:00
my_lib.c:
more accurate comment
This commit is contained in:
parent
912eb811ba
commit
2d5fbe0aec
1 changed files with 4 additions and 2 deletions
|
|
@ -462,8 +462,10 @@ MY_DIR *my_dir(const char *path, myf MyFlags)
|
|||
finfo.mystat= NULL;
|
||||
|
||||
/*
|
||||
Do not show hidden or system files which Windows sometimes creates. We
|
||||
would need to see how this can be achieved with a Borland compiler.
|
||||
If the directory is the root directory of the drive, Windows sometimes
|
||||
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__
|
||||
if (attrib & (_A_HIDDEN | _A_SYSTEM))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue