Commit d0f51ad8 authored by reggie@mdk10.(none)'s avatar reggie@mdk10.(none)

Merge mdk10.(none):/home/reggie/bk/bug9148

into mdk10.(none):/home/reggie/bk/mysql-5.0
parents 21133df0 2536b593
......@@ -226,7 +226,7 @@ void symdirget(char *dir)
{
char buff[FN_REFLEN];
char *pos=strend(dir);
if (dir[0] && pos[-1] != FN_DEVCHAR && !my_access(dir, F_OK))
if (dir[0] && pos[-1] != FN_DEVCHAR && my_access(dir, F_OK))
{
File file;
uint length;
......
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