Commit 1fdb7d93 by Nick Clifton

Ooops - fixed typo in previous delta

From-SVN: r18800
parent bc6ecde7
......@@ -797,8 +797,8 @@ find_a_file (pprefix, name)
if (*name == '/'
#ifdef DIR_SEPARATOR
DIR_SEPARATOR == '\\' && name[1] == ':'
&& (name[2] == DIR_SEPARATOR || name[2] == '/')
|| (DIR_SEPARATOR == '\\' && name[1] == ':'
&& (name[2] == DIR_SEPARATOR || name[2] == '/'))
#endif
)
{
......
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