Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion far/delete.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -975,7 +975,8 @@ static void break_links_for_old_os(string_view const Name)
bool ShellDelete::RemoveToRecycleBin(string_view const Name, bool dir, bool& RetryRecycleAsRemove, bool& Skip)
{
RetryRecycleAsRemove = false;
const auto strFullName = ConvertNameToFull(Name);
const auto strFullName = ConvertNameToReal(Name); // Real: Subst-диск заменен на оригинальный
// ConvertNameToFull(Name) оставляет subst (если был) и удаление будет безвозвратным

break_links_for_old_os(strFullName);

Expand Down