summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
Diffstat (limited to 'libs')
-rw-r--r--libs/ardour/session_state.cc5
1 files changed, 4 insertions, 1 deletions
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) {