Skip to content

Commit

Permalink
Removed use of boost's symbolic_link_exists
Browse files Browse the repository at this point in the history
  • Loading branch information
cr-marcstevens committed May 14, 2024
1 parent 777e812 commit d7caf8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/md5birthdaysearch/birthday.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ void load_save_trails(bool dosave = true)
{
boost::filesystem::path filepath = *dit;
if (!exists(*dit)
|| symbolic_link_exists(*dit)
|| is_symlink(*dit)
|| is_directory(*dit))
continue;
#if BOOST_VERSION == 104300
Expand Down

0 comments on commit d7caf8c

Please sign in to comment.