From ec991ae0476169e786430d3a7c076ca40de70f88 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 2 Jun 2015 12:27:39 -0400 Subject: [PATCH] expand comment --- libs/ardour/session_state.cc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libs/ardour/session_state.cc b/libs/ardour/session_state.cc index 8bcd892f4d..f11ba77a2a 100644 --- a/libs/ardour/session_state.cc +++ b/libs/ardour/session_state.cc @@ -3677,7 +3677,10 @@ Session::rename (const std::string& new_name) */ /* Windows requires that we close all files before attempting the - * rename + * rename. This works on other platforms, but isn't necessary there. + * Leave it in place for all platforms though, since it may help + * catch issues that could arise if the way Source files work ever + * change (since most developers are not using Windows). */ for (SourceMap::const_iterator i = sources.begin(); i != sources.end(); ++i) {