* path.cc (path_conv::check): Drop setting sym.pflags before calling

mount_info::conv_to_win32_path since the flag value is overwritten by
	mount_info::conv_to_win32_path anyway.
	Set flags for DOS paths before calling symlink_info::check so they can
	be used in that function already.
This commit is contained in:
Corinna Vinschen
2010-05-06 10:04:50 +00:00
parent 73bcd49b1f
commit 35c0485d2d
2 changed files with 15 additions and 6 deletions

View File

@@ -1,3 +1,11 @@
2010-05-06 Corinna Vinschen <corinna@vinschen.de>
* path.cc (path_conv::check): Drop setting sym.pflags before calling
mount_info::conv_to_win32_path since the flag value is overwritten by
mount_info::conv_to_win32_path anyway.
Set flags for DOS paths before calling symlink_info::check so they can
be used in that function already.
2010-05-03 Christopher Faylor <me+cygwin@cgf.cx>
* dll_init.cc (dll_list::alloc): Add debugging assertion.