Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Schindelin <[email protected]>
  • Loading branch information
dscho committed Jan 26, 2025
1 parent ac822e1 commit d6f33e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion winsup/cygwin/path.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2345,7 +2345,7 @@ symlink_worker (const char *oldpath, path_conv &win32_newpath, bool isdevice)
set_errno (src_path.error);
__leave;
}
if (!src_path.isondisk ())
if (src_path.isondisk ())
{
/* MSYS copy file instead make symlink */

Expand Down

0 comments on commit d6f33e5

Please sign in to comment.