Daniel James e46628ce41 Fix rooted path handling on windows.
Was using `!path.is_complete()` to check if a path is relative - this
doesn't work on windows since paths like `\a\b` and `c:foo` aren't
complete or absolute. So now use
`!path.has_root_directory && !path.has_root_name()` instead.

[SVN r68655]
2011-02-05 15:41:55 +00:00
2011-02-05 15:41:55 +00:00
2011-02-01 09:21:25 +00:00
2010-04-05 07:24:27 +00:00
Description
Mirrored via gitea-mirror
7.4 MiB
Languages
C++ 98.5%
Python 0.9%
Shell 0.4%
C 0.1%