Mail Archives: cygwin-developers/1998/10/21/06:01:15
On Wed, Oct 21, 1998 at 02:37:27PM +0900, Kazuhiro Fujieda wrote:
>The latest snapshot still has the symlink bug.
>
>fhandler.cc:1098 in fhandler_disk_file::open
> set_symlink_p (real_path.symlink_p);
>
>set_symlink_p() and get_symlink_p() is a bitwise operator, then
>get_symlink_p() always return 1 regardless of whether symlink_p
>is negative or not. I think this should be the following.
>
> set_symlink_p (real_path.symlink_p > 0);
Looks like I missed one. Thanks.
--
cgf AT cygnus DOT com
http://www.cygnus.com/
- Raw text -