* path.cc (mount_info::conv_to_win32_path): Previous patch

failed to set flags on a win32 path.
This commit is contained in:
DJ Delorie 2000-05-02 15:42:30 +00:00
parent dd67f9db6a
commit 523ebbe087
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2000-05-02 Kazuhiro Fujieda <fujieda@jaist.ac.jp>
* path.cc (mount_info::conv_to_win32_path): Previous patch
failed to set flags on a win32 path.
Tue May 2 11:34:00 2000 Corinna Vinschen <corinna@vinschen.de>
* security.cc (read_sd): Return 1 on success because we

View File

@ -949,7 +949,7 @@ mount_info::conv_to_win32_path (const char *src_path, char *win32_path,
return rc;
}
isrelpath = !isabspath (src_path);
*flags = set_flags_from_win32_path (pathbuf);
*flags = set_flags_from_win32_path (dst);
goto fillin;
}