Restore review-flagged comment content cut too aggressively in comment reduction
This commit is contained in:
@@ -178,7 +178,7 @@ bool deleteOrphanFile(const std::string& absPath, bool& outUsedTrash,
|
||||
outUsedTrash = true;
|
||||
return true; // deleted this call -> reclaimed
|
||||
}
|
||||
// Distinguish "already absent" (nonzero return on some REAPER versions
|
||||
// Distinguish "already absent" (nonzero return on some Windows/shell versions
|
||||
// for a vanished file) from a real failure so the caller can tally separately.
|
||||
std::error_code ec;
|
||||
if (!fs::exists(absPath, ec)) {
|
||||
|
||||
Reference in New Issue
Block a user